diff --git a/_config.yml b/_config.yml index 887be96652..0a9182d36f 100644 --- a/_config.yml +++ b/_config.yml @@ -347,6 +347,7 @@ intro_columns: "Tab Strip": "components/tabstrip/overview" "TreeView": "components/treeview/overview" "Pager": "pager-overview" + "ToolBar": "toolbar-overview" - title: "Interactivity and UX" diff --git a/accessibility/keyboard-navigation.md b/accessibility/keyboard-navigation.md index 00d372e822..31d530e403 100644 --- a/accessibility/keyboard-navigation.md +++ b/accessibility/keyboard-navigation.md @@ -86,6 +86,8 @@ The following list shows the Telerik components that support specific keyboard c * [TimePicker](https://demos.telerik.com/blazor-ui/timepicker/keyboard-navigation) +* [ToolBar](https://demos.telerik.com/blazor-ui/toolbar/keyboard-navigation) + * [ToggleButton](https://demos.telerik.com/blazor-ui/togglebutton/keyboard-navigation) * TreeList - will have keyboard navigation in an upcoming release. diff --git a/components/toolbar/built-in-tools.md b/components/toolbar/built-in-tools.md new file mode 100644 index 0000000000..a3d01adad4 --- /dev/null +++ b/components/toolbar/built-in-tools.md @@ -0,0 +1,181 @@ +--- +title: Built-in Tools +page_title: ToolBar - Built-in Tools +description: Built-in Tools in the Telerik ToolBar for Blazor +slug: toolbar-built-in-tools +tags: telerik,blazor,toolbar,builtin,tools,button,buttons +published: True +position: 1 +--- + +# Built-in Tools + +The Telerik ToolBar for Blazor allows you to use built-in buttons and button groups or to add a [custom tool]({%slug toolbar-templated-item%}). The available built-in tools are: + +* [ToolBarButton](#toolbarbutton) +* [ToolBarToggleButton](#toolbartogglebutton) +* [ToolbarButtonGroup](#toolbarbuttongroup) + +## ToolBarButton + +A toolbar button is a plain button that you can click and it raises an event so the application can respond to that. + +You can add multiple buttons to the Telerik Toolbar. To do that you should add the `` to the ``. + +You can customize the buttons using the following features: + +* `Enabled` - `bool`, defaults to `true` - specifies if the button is clickable. + +* `Visible` - `bool`, defaults to `true` - specifies if the button will be visible in the toolbar. + +* `Title` - `string` - maps to the `title` HTML attribute for the `