Skip to main content

Toolbar

Toolbar | Flexible container designed to display different content in an organized way shadow

The Element Toolbar is a flexible container designed to display a variety of content in an organized manner, typically used at the top of web applications or pages. It may contain buttons, navigation, search box, and more. It supports content alignment and can also be glued to the top of the screen.

Part of the Toolbar is the ToolbarActions element, which groups different actions in the form of buttons into a single unit.

Basic Usage

Dynamic breadcrumbs

Dynamic action

Attributes and Properties

No properties available for this component.

Events

No events available for this component.

Methods

No public methods available for this component.

CSS Shadow Parts

No CSS shadow parts available for this component.

CSS Custom Properties

NameDescription
--wj-toolbar-backcolorBackground of the toolbar
--wj-toolbar-border-colorColor of the toolbar border
--wj-toolbar-min-heightStyle of the toolbar border
--wj-toolbar-padding-bottomWidth of the toolbar border
--wj-toolbar-padding-inlineColor of the toolbar text
--wj-toolbar-padding-topMinimum height of the toolbar
--wj-toolbar-topOpacity of the toolbar background

Slots

NameDescription
endThe content is placed to the right of the button text in LTR and to the left in RTL.
startThe content is placed to the left of the button text in LTR and to the right in RTL.