|
5 | 5 |
|
6 | 6 | ## Properties |
7 | 7 |
|
8 | | -| Property | Attribute | Description | Type | Default | |
9 | | -| ----------- | ----------- | ----------- | --------------------------------------------- | ----------- | |
10 | | -| `checked` | `checked` | | `boolean` | `undefined` | |
11 | | -| `disabled` | `disabled` | | `boolean` | `undefined` | |
12 | | -| `href` | `href` | | `string` | `undefined` | |
13 | | -| `icon` | `icon` | | `string` | `undefined` | |
14 | | -| `name` | `name` | | `string` | `undefined` | |
15 | | -| `primary` | `primary` | | `string` | `undefined` | |
16 | | -| `rel` | `rel` | | `string` | `undefined` | |
17 | | -| `secondary` | `secondary` | | `string` | `undefined` | |
18 | | -| `target` | `target` | | `string` | `undefined` | |
19 | | -| `type` | `type` | | `"button" \| "checkbox" \| "link" \| "radio"` | `"button"` | |
20 | | -| `value` | `value` | | `string` | `undefined` | |
| 8 | +| Property | Attribute | Description | Type | Default | |
| 9 | +| ----------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ----------- | |
| 10 | +| `action` | `action` | The action to display on the right side of the item. For example, a chevron. This is purely visual and does not affect the behavior of the item in any way. Not visible when the type is "radio" or "checkbox". | `"chevron"` | `null` | |
| 11 | +| `checked` | `checked` | | `boolean` | `undefined` | |
| 12 | +| `disabled` | `disabled` | | `boolean` | `undefined` | |
| 13 | +| `href` | `href` | | `string` | `undefined` | |
| 14 | +| `icon` | `icon` | | `string` | `undefined` | |
| 15 | +| `name` | `name` | | `string` | `undefined` | |
| 16 | +| `primary` | `primary` | | `string` | `undefined` | |
| 17 | +| `rel` | `rel` | | `string` | `undefined` | |
| 18 | +| `secondary` | `secondary` | | `string` | `undefined` | |
| 19 | +| `target` | `target` | | `string` | `undefined` | |
| 20 | +| `type` | `type` | | `"button" \| "checkbox" \| "link" \| "radio"` | `"button"` | |
| 21 | +| `value` | `value` | | `string` | `undefined` | |
21 | 22 |
|
22 | 23 |
|
23 | 24 | ## Events |
|
0 commit comments