v0.1.2
layouts

Box

Generic container for applying padding, margin, dimensions and overflow via typed props.

p="4"
px="5" py="2"
w × h
display
overflow hidden long text

API Reference

BoxProps

Extends native HTML attributes inferred from the rendered element `as`.

PropertyTypeDefaultDescription
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.