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?
Components ship pre-installed in both templates at src/components/ui — yours to edit. To use one elsewhere, copy it from the registry.
Does it ship JavaScript?
Only the small custom elements that need interactivity (tabs, dialog, dropdown, toast). Everything else is zero-JS.