ToolbarContent

The ToolbarContent component is used for displaying a title and optional subtitle in a toolbar.

Props

dark
Type: boolean

Theme color for the text, a dark toolbar will render light text and vice-versa.

title (required)
Type: string | React.Node

Text for the title.

titleStyle
Type: any

Style for the title.

subtitle
Type: string | React.Node

Text for the subtitle.

subtitleStyle
Type: any

Style for the subtitle.

style
Type: any
theme
Type: Theme