Cash
/
GitHub
/
  • Introduction
  • Getting Started
  • Components
    • Activityindicator
    • Box
    • Buttons
    • Card
    • Gradientmask
    • Icon
    • Link
    • Numpad
    • Stack
    • Textdivider
    • Typography
      • Heading
      • Text
  • Theming
    • Reference
  • Introduction
  • Getting Started
  • Components
    • Activityindicator
    • Box
      • #Props
    • Buttons
    • Card
    • Gradientmask
    • Icon
    • Link
    • Numpad
    • Stack
    • Textdivider
    • Typography
      • Heading
      • Text
  • Theming
    • Reference
Components
/
Box
<Box bg="black.10" p={3} _text={{ color: 'black.300' }}>
  Content
</Box>

Props#

Box

PropTypeDefaultDescription
_text object–
bgGradient shape–
shadow string–`shadows` from the theme
sx object–

Box accepts all styled system props expect shadow.

Activityindicator
Buttons

    On This Page

  • Props
Edit this page on GitHub
v1.0.0-alpha.28