0.0.6 • Published 7 months ago

svelte-epic-accordion v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

🪗 Svelte Epic Accordion 🪗

Svelte component inspired by Visual Studio Code

Project is still in beta!

npm version Release Tests

📔 Installation

npm install -D svelte-epic-accordion

pnpm i -D svelte-epic-accordion

yarn add -D svelte-epic-accordion

❓ How to use❓

<script>
  import Accordion from "svelte-epic-accordion";
</script>

<Accordion let:Section>
	<Section id='one'>
		Section one
	</Section>
	<Section id='two'>
		Section two
	</Section>
</Accordion>

🎯 Goal :

See TODO list

License

MIT

0.0.6

7 months ago

0.0.5-beta

7 months ago

0.0.5-alpha

7 months ago

0.0.5

8 months ago