Sidebar Menu component
Properties
| Name | Description | Default |
|---|---|---|
| initialWidth | The initial width of the menu | - |
| maxWidth | The maximum width of the menu | - |
| minWidth | The minimum width of the menu | - |
| name required | Unique name of the Sidebar menu, used to store the menu state | - |
| primary | Is the menu the primary, unique application menu | - |
| title required | Descriptive title of the menu's purpose | - |
Note: This table does not include native DOM and React properties like `onClick`, `ref`, `id`, `aria-label` (and many others) supported by this component.