Twigs Logo

Box

A flexible layout component that serves as a div element with design system stylings.

Import

import { Box } from "@sparrowengg/twigs-react";

Usage

<Box>The quick brown fox jumps over the lazy dog.</Box>

Examples

Box with styling options

Props

Box

PropTypeDefault
as?
React.ElementType
div
css?
CSS Object
-
children?
ReactNode
-