Add Underline demo for React

This commit is contained in:
svenadlung
2021-11-16 17:47:55 +01:00
parent 9bfeb70848
commit c6071d5ab6
3 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="app"></div>
<script type="module">
import setup from "../../../../setup/react.ts";
import source from "@source";
setup("Marks/Underline", source);
</script>
</body>
</html>