Skip to content

Commit

Permalink
feat: TS, function comps, media-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Oct 1, 2024
1 parent 074c2ab commit cc887ee
Show file tree
Hide file tree
Showing 87 changed files with 2,588 additions and 9,014 deletions.
177 changes: 27 additions & 150 deletions README.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"files": {
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"],
"ignore": ["dist/**"]
},
"formatter": {
"indentStyle": "space"
}
}
2 changes: 1 addition & 1 deletion examples/react/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel='stylesheet' href='./defaults.css'>
<link rel='stylesheet' href='./range.css'>
<link rel='stylesheet' href='./App.css'>
<script defer src='./index.js'></script>
<script type='module' src='./index.js'></script>
</head>
<body>
<div id='app'></div>
Expand Down
Loading

0 comments on commit cc887ee

Please sign in to comment.