Box
A white box to contain other elements.
Playground
Examples
Content inside a box
I am in a box.
Form inside a box
Props
| Prop | Type | Default | Description |
|---|---|---|---|
as | ElementType | 'div' | The HTML element to render the box as. |
children | ReactNode | - | The content to display within the box. |
className | string | - | Additional CSS classes to apply to the box. |
See also
Last updated on