Manage and present large amounts of content in a compact and organized manner. Use accordions for organized content, FAQ elements, or presenting product information.
Preview
Webcore is an open-source, customizable UI component library for Astro, Svelte, and React.
Run npm i webcoreui in your terminal to install the library.
Yes! There's plenty of information in the documentation.
Accordion components expect a single items prop in the form of an array of objects to set accordion elements.
API
Prop
Purpose
items.title
Sets the title of the accordion.
items.content
Sets the content related to the title. Pass HTML along with your string to render HTML.