Accordion
A vertically stacked set of interactive headings that each reveal a section of content.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/accordionUsage
Import the component from the package:
import { Accordion } from "@/registry/ui/accordion"Then use it in your application:
<Accordion />