Skip to content

Commit cc887ee

Browse files
committed
feat: TS, function comps, media-elements
1 parent 074c2ab commit cc887ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2588
-9014
lines changed

README.md

+27-150
Large diffs are not rendered by default.

biome.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"files": {
3+
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"],
4+
"ignore": ["dist/**"]
5+
},
6+
"formatter": {
7+
"indentStyle": "space"
8+
}
9+
}

examples/react/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel='stylesheet' href='./defaults.css'>
99
<link rel='stylesheet' href='./range.css'>
1010
<link rel='stylesheet' href='./App.css'>
11-
<script defer src='./index.js'></script>
11+
<script type='module' src='./index.js'></script>
1212
</head>
1313
<body>
1414
<div id='app'></div>

0 commit comments

Comments
 (0)