Skip to content

Commit 687a31f

Browse files
docs(Toolbar): add new adaptive parameter (#2694)
* docs(Toolbar): add new adaptive parameter * Update components/toolbar/overview.md Co-authored-by: Dimo Dimov <[email protected]> --------- Co-authored-by: Dimo Dimov <[email protected]>
1 parent b5fa9c0 commit 687a31f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/toolbar/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ The Blazor ToolBar provides parameters to configure the component:
8282

8383
| Parameter | Type | Description |
8484
| ----------- | ----------- | ----------- |
85-
| `Adaptive ` | `bool` <br /> (`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. |
85+
| `Adaptive` <br /> (deprecated) | `bool` <br /> (`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`. |
8686
| `Class` | `string` | The CSS class to be rendered on the main wrapping element of the ToolBar component, which is `<div class="k-toolbar">`. Use for [styling customizations](slug://themes-override). |
87+
| `OverflowMode` | `ToolBarOverflowMode` <br /> (`Menu`) | The adaptive mode of the Toolbar. |
8788

8889
### Styling and Appearance
8990

0 commit comments

Comments
 (0)