layouts
Box
Generic container for applying padding, margin, dimensions and overflow via typed props.
p="4"
px="5" py="2"
w × h
display
API Reference
BoxProps
Extends native HTML attributes inferred from the rendered element `as`.
| Property | Type | Default | Description |
|---|---|---|---|
as | ElementTag | "div" | HTML element to render as. |
ref $bindable | HTMLElement | Reference to the rendered DOM element. | |
display | union | CSS `display` value. | |
children | Snippet | Content to render inside the box. |