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/accordion

Usage

Import the component from the package:

import { Accordion } from "@/registry/ui/accordion"

Then use it in your application:

<Accordion />

Examples

Default