HelpSection
FAQ / help accordion with search and grouping.
Preview
Usage
import { HelpSection } from '@ramtt/ui'
<HelpSection items={faqItems} searchable />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items* | HelpItem[] | — | Help items |
| searchable | boolean | false | Enable search |
| grouped | boolean | — | Group by category |