Box

A primitive layout component for building UI. Renders a div by default.

tsx
import { Box } from '@xdev-asia/x-ui-react';

Examples

Box with custom padding and background

Props

  • as - Element to render (div, span, etc.)
  • className - CSS class names
  • style - Inline styles