Accordion

A vertically stacked set of interactive headings that reveal content.

tsx
import { Accordion, AccordionItem } from '@xdev-asia/x-ui-react';

Example

X-UI is a modern React component library with beautiful design.
Run: npm install @xdev-asia/x-ui-react
Yes! X-UI is open source under MIT license.

Props

  • allowMultiple - Allow multiple items open
  • defaultIndex - Initially expanded item(s)
  • variant - 'default' | 'bordered' | 'separated'