diff --git a/components/toolbar/overview.md b/components/toolbar/overview.md index 50ad43a96..da9874432 100644 --- a/components/toolbar/overview.md +++ b/components/toolbar/overview.md @@ -82,8 +82,9 @@ The Blazor ToolBar provides parameters to configure the component: | Parameter | Type | Description | | ----------- | ----------- | ----------- | -| `Adaptive ` | `bool`
(`true`) | Toggles the overflow popup of the ToolBar. The component displays an additional anchor on its side, where it places all items which do not fit and overflow. [Template items](slug://toolbar-templated-item#notes) don't participate in this mechanism and they are always rendered in the ToolBar itself. | +| `Adaptive`
(deprecated) | `bool`
(`true`) | Toggles the overflow popup of the ToolBar. The component displays an additional anchor on its side, where it places all items which do not fit and overflow. [Template items](slug://toolbar-templated-item#notes) don't participate in this mechanism and they are always rendered in the ToolBar itself. This parameter is deprecated in favor of `OverflowMode`. | | `Class` | `string` | The CSS class to be rendered on the main wrapping element of the ToolBar component, which is `
`. Use for [styling customizations](slug://themes-override). | +| `OverflowMode` | `ToolBarOverflowMode`
(`Menu`) | The adaptive mode of the Toolbar. | ### Styling and Appearance