Skip to content

Box

Polymorphic box component.

Import

tsx
import { ZBox } from "@zurto/ui";

Usage

tsx
<ZBox padding="md" margin="lg">Content</ZBox>
<ZBox as="section" bg="secondary">Section</ZBox>

Props

PropTypeDefaultDescription
asElementType'div'HTML element
padding'none' | 'sm' | 'md' | 'lg'Padding
margin'none' | 'sm' | 'md' | 'lg'Margin
bgstringBackground

Released under the MIT License.