ToolbarItemProps

The ToolbarItem component allows for the rendering of individual items within a Toolbar.

Props

The following table outlines the props for the ToolbarItemProps:

NameTypeDefaultDescription
children
node
-

Specifies the content of the toolbar item. Can be text or any valid React node.

className
string
-

Specifies an optional CSS class to apply to the toolbar item. This is useful for reusing styling in a custom template.