Accordion
A customizable accordion component.
Example for accordion is not yet available.
This component is being prepared and will be available soon.
Installation
npx dedevs-ui add accordionUsage
import { Accordion } from '@repo/shadcn-ui/components/accordion';
export default function Example() {
return (
<Accordion>
Your content here
</Accordion>
);
}API Reference
Accordion
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Additional CSS classes |
children | ReactNode | - | The content of the component |
Powered by