| title | Component |
|---|---|
| description | Component Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| type | Enum<'card' | 'tabs' | 'accordion' | 'modal' | 'drawer' | 'timeline' | 'stepper' | 'breadcrumb' | 'alert' | 'badge' | 'tooltip' | 'popover'> |
✅ | Component type |
| props | Record<string, any> |
optional | Component properties |
| events | Record<string, any> |
optional | Event handlers |
| style | Record<string, string> |
optional | Custom styles |
| children | any[] |
optional | Child components |