0.1.5 • Published 2 years ago

goat-components v0.1.5

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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>

Components 

0.1.4

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago