0.1.5 • Published 2 years ago
goat-components v0.1.5
Goat Components
Web components library build with Lit and Vite.
Installation
npm install goat-components
Usage
<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>