Box
Polymorphic structural container primitive providing translucent panel support and layout composition.
// Plain markup
import { Box } from "@shavin/ui";Basic Box Container
This is a Box container element.
<Box className="p-4 border border-hairline rounded-[var(--radius-panel)] bg-surface text-sm text-fg">
This is a Box container element.
</Box>Props
| Prop | Type | Default |
|---|---|---|
| as | ElementType | — |
| translucent | boolean | — |