# SPanel
Collapsible panel with header and content
# Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| id | string | - | ||
| title | string | - | ||
| initialVisible | boolean | - | false | |
| collapsible | boolean | - | true |
# Slots
| Name | Description | Bindings |
|---|---|---|
| default | Content to show in the panel |
<SPanel id="Default Example Usage" title="Default Example Usage">Default Example Usage</SPanel>