Status
The status of the component
Status
The status of the component
Figma component
A link to the Figma library where the component lives.
Repository
A link to the repo where the component lives.
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| open | open | boolean | false | |
| size | size | "large" | "medium" | "small" | 'medium' |
| Event | Description | Type |
|---|---|---|
| modalSidePanelDismiss | CustomEvent<void> |
Type: Promise<void>
Type: Promise<void>
| Slot | Description |
|---|---|
| "content" | The content of the side panel |
| "description" | Optional description of the side panel |
| "footer" | The footer of the side panel |
| "header" | The header of the side panel |
graph TD;
gux-modal-side-panel-beta --> gux-side-panel-beta
gux-side-panel-beta --> gux-dismiss-button
gux-dismiss-button --> gux-button-slot
gux-dismiss-button --> gux-icon
style gux-modal-side-panel-beta fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| size | size | "large" | "medium" | "small" | 'small' |
| Event | Description | Type |
|---|---|---|
| sidePanelDismiss | CustomEvent<void> |
| Slot | Description |
|---|---|
| "content" | Required slot for the content |
| "footer" | Optional slot for the footer |
| "header" | Required slot for the header |
| "tabs" | Optional slot for the tabs |
graph TD;
gux-side-panel-beta --> gux-dismiss-button
gux-dismiss-button --> gux-button-slot
gux-dismiss-button --> gux-icon
gux-modal-side-panel-beta --> gux-side-panel-beta
style gux-side-panel-beta fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS
| Slot | Description |
|---|---|
| "badge" | Badge displayed on the right hand side |
| "description" | Description truncated to 3 lines |
| "icon" | Icon component displayed on the left side of the header |
| "title" | Title for the side panel |
graph TD;
gux-side-panel-header --> gux-truncate
gux-truncate --> gux-tooltip
style gux-side-panel-header fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| level | level | Heading level, 1-6. | 1 | 2 | 3 | 4 | 5 | 6 | 1 |
| size | size | "default" | "large" | 'default' |
| Slot | Description |
|---|---|
| The heading text |
graph TD;
gux-side-panel-heading --> gux-truncate
gux-truncate --> gux-tooltip
style gux-side-panel-heading fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS