README
The Accordion component is a vertical list of items, each of which can be expanded or collapsed to show more content.
Install via NPM
npm install @bolt/components-accordion
A vertical list of items, each of which can be expanded or collapsed to show more content.
<script type="module">
import boltComponentsAccordion from 'https://cdn.skypack.dev/@bolt/components-accordion';
</script>
The Accordion component is a vertical list of items, each of which can be expanded or collapsed to show more content.
npm install @bolt/components-accordion