Box

A Box is a container that groups related content.

View source code
  • children
    ReactNode

    Content of the Box

  • className
    string

    className for the element

  • role
    string

    ARIA role for the Box

  • variant
    "primary" | "secondary"

    The visual style of the Box

    Default: primary