| title | ButtonConfig |
|---|---|
| description | ButtonConfig Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| text | string |
✅ | Button text |
| href | string |
✅ | Button target URL or action |
| variant | Enum<'primary' | 'secondary' | 'outline' | 'ghost' | 'link'> |
optional | |
| size | Enum<'sm' | 'md' | 'lg'> |
optional | |
| target | Enum<'_self' | '_blank'> |
optional | |
| icon | string |
optional | Icon name |