Toolbar
Functions and components that provide a Toolbar.
Enumerations
| Name | Description | |
|---|---|---|
| Direction | Available directions. | |
| ToolbarOpacitySetting | Enumeration of Toolbar Opacity setting. | |
| ToolbarPanelAlignment | Available alignment modes of Toolbar panels. |
Global Functions
| Name | Description | |
|---|---|---|
| PopupItem | Popup toolbar item that displays a panel. | Deprecated |
| PopupItemWithDrag | Expandable group button item with drag. | Deprecated |
| Toolbar | Component that displays toolbar items. | Deprecated |
| ToolbarButtonItem | ||
| ToolbarPopupAutoHideContext | ||
| ToolbarPopupContext | ||
| ToolbarWithOverflow | Component that displays toolbar items, displaying only the elements that can fit in the available space, | Deprecated |
| useDragInteraction | Hook used on expandable item that require drag or long press to open | |
| useToolbarPopupAutoHideContext | React hook used to retrieve the ToolbarPopupAutoHideContext. | |
| useToolbarPopupContext | React hook used to retrieve the ToolbarPopupContext. | Deprecated |
Interfaces
| Name | Description | |
|---|---|---|
| CustomToolbarItem | Describes the data needed to insert a custom React button into an ToolbarWithOverflow. |
Deprecated |
| PopupItemProps | Properties of PopupItem component. | Deprecated |
| PopupItemWithDragProps | Properties of PopupItemWithDrag component. | Deprecated |
| ToolbarButtonItemProps | Properties of ToolbarButtonItem component. | |
| ToolbarPopupContextProps | Deprecated | |
| ToolbarProps | Properties of Toolbar component. | Deprecated |
| ToolbarWithOverflowProps | Properties of ToolbarWithOverflow component. | Deprecated |
Type Aliases
| Name | Description | |
|---|---|---|
| ToolbarItem | Describes toolbar item. | Deprecated |
Last Updated: 09 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.