# SMenuCategory
Menu list with cover image.
# Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| name | Category name | string | - | |
| image | Cover Image's object | object | - | |
| padded | Adds padding to the menu list | boolean | - | |
| collapsible | Makes a collapsible panel | boolean | - | |
| open | Shows the content at init if collapsible | boolean | - |
# Slots
| Name | Description | Bindings |
|---|---|---|
| default | Main slot for menu items |
<SMenuCategory>Default Example Usage</SMenuCategory>