Level

Examples

Simple Level Layout

Level Item
Level Item
Level Item
Copied to clipboard

Level With Gutters

Level Item
Level Item
Level Item
Copied to clipboard

Level Props

The Level component accepts the following props.

NameTypeRequiredDefaultDescription
gutter
enum
nullAdds space between children. Options are sm, md or lg
className
string
''additional classes added to the Level layout
children
node
nullcontent rendered inside the Level layout

LevelItem Props

The LevelItem component accepts the following props.

NameTypeRequiredDefaultDescription
children
node
nullcontent rendered inside the Level Layout Item