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 accordion

Usage

import { Accordion } from '@repo/shadcn-ui/components/accordion';

export default function Example() {
  return (
    <Accordion>
      Your content here
    </Accordion>
  );
}

API Reference

Accordion

PropTypeDefaultDescription
classNamestring-Additional CSS classes
childrenReactNode-The content of the component