accordion
Collapsible content sections built on the native <details> element. Each item takes a title prop and an open flag.
What is astro-ignite?
A production-grade Astro scaffold with i18n, legal, analytics and a registry of primitives built in.
How do I install a component?
Run npx astro-ignite add <name>. The file is copied into src/components/ui — yours to edit.
Does it ship JavaScript?
Only the small custom elements that need interactivity (tabs, dialog, dropdown, toast). Everything else is zero-JS.