README
drow
drow is a low level layout web component library.
Install
- Run
npm install drow
- Put
<script src='node_modules/drow/dist/drow.js'></script>
in the head of your index.html
Stencil Component Starter
<script type="module">
import drow from 'https://cdn.skypack.dev/drow';
</script>
drow is a low level layout web component library.
npm install drow
<script src='node_modules/drow/dist/drow.js'></script>
in the head of your index.html