1. components
  2. app bar
  3. react

App Bar

A header element for the top of your page layout.

Toolbar

Responsive

Use Tailwind’s responsive design breakpoints to adjust for various screen sizes.

API Reference

AppBar

Property Type Description
base
string
Set base styles.
background
string
Set background styles.
spaceY
string
Set vertical spacing styles.
border
string
Set border styles.
padding
string
Set padding styles.
shadow
string
Set shadow styles.
classes
string
Provide arbitrary CSS classes.
children
React.ReactNode
-

ToolBar

Property Type Description
base
string
Sets the toolbar component's base styles.
gridCols
string
Sets the toolbar component's grid columns styles.
gap
string
Sets the toolbar component's gap styles.
classes
string
Provide arbitrary CSS classes to the toolbar component.
children
React.ReactNode
-

ToolbarLead

Property Type Description
base
string
Sets the lead component's base styles.
spaceX
string
Sets the lead component's horizontal spacing styles.
padding
string
Sets the lead component's padding styles.
classes
string
Provide arbitrary CSS classes to the lead component.
children
React.ReactNode
-

ToolbarCenter

Property Type Description
base
string
Sets the center component's base styles.
align
string
Sets the center component's alignment styles.
padding
string
Sets the center component's padding styles.
classes
string
Provide arbitrary CSS classes to the center component.
children
React.ReactNode
-

ToolbarTrail

Property Type Description
base
string
Sets the trail component's base styles.
spaceX
string
Sets the trail component's horizontal spacing styles.
padding
string
Sets the trail component's padding styles.
classes
string
Provide arbitrary CSS classes to the trail component.
children
React.ReactNode
-

AppBarHeadline

Property Type Description
base
string
Sets the headline component's base styles.
classes
string
Provide arbitrary CSS classes to the headline component.
children
React.ReactNode
-