SelectMenuItem API
API reference docs for theSelectMenuItem
component. For examples and details on the usage of this component, visit the component demo page.
Props
Props | Type | Description | Default |
---|---|---|---|
|
| The content of the select menu item. | _ |
|
| An optional ID for the menu item. If not provided, an ID will be automatically generated. | _ |
|
| Indicates if the menu item is currently disabled. Used for styling and accessibility. Applies an |
|
|
| Indicates if the menu item is currently highlighted. Used for styling. Applies a |
|
|
| Indicates if the menu item is currently selected. Used for styling. Applies an |
|
|
| Function to be invoked when the item is clicked. | _ |
|
| Controls whether to show the selection indicator (check icon) for selected items. |
|
|
| The content/components to appear in the item end. | _ |
|
| The content/components to appear in the item start. | _ |
|
| The size of the dropdown menu item. |
|
|
| Determines how the rails and center are vertically aligned to each other. A |
|