goat-components
v0.1.5
Published
Goat Components
Downloads
14
Readme
Goat Components
Web components library build with Lit and Vite.
Installation
npm install goat-componentsUsage
<goat-slideout buttonLabel="Main menu" hamburgerIcon>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
</ul>
</goat-slideout>
<script type="module">
import { GoatSlideout } from 'goat-components';
</script>