Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Box

Just a simple wrapper, which has a nice white background, 4px of border-radius, 15px of padding, and a tasteful box-shadow to fit your content comfortably.

Props

Prop Type Description Default value
children node You can put any node here, which you please. none
className string Set the className of Box. none

Examples

<Box>
  <div>HelloWorld</div>
</Box>