SVG handling
This commit is contained in:
11
test/svg/index.jsx
Normal file
11
test/svg/index.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import {render} from "../../packages/csx";
|
||||
import style from "./index.scss";
|
||||
import {SvgLoader} from "./svg-loader";
|
||||
|
||||
document.body.appendChild(render(<style>{style}</style>));
|
||||
document.body.appendChild(render(
|
||||
<div class="center-me">
|
||||
<h3>SVG Loader</h3>
|
||||
<SvgLoader />
|
||||
</div>
|
||||
));
|
||||
Reference in New Issue
Block a user