Waiting for action
Copy this complete component into a page file. Edit and run it in the Playground.
Loading editor…
Neon glass dashboard section shell. Pass any dashboard widget or JSX as children.
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | Optional section heading. |
width | "widget" | "full" | "widget" | Fixed widget width or full-width section. |
height | "auto" | "full" | "auto" | Auto content height or fill the available preview/container height. |
paddingTop | boolean | true | Enables the container's top padding. |
paddingRight | boolean | true | Enables the container's right padding. |
paddingBottom | boolean | true | Enables the container's bottom padding. |
paddingLeft | boolean | true | Enables the container's left padding. |
children | ReactNode | — | Dashboard content to render inside the shell. |
className | string | — | Optional class name on the root container. |