Kendo UI for Angular
The Kendo UI for Angular DropDown Button is a dropdown button that opens an additional list of action items in a popup when a user clicks on it. The Angular DropDown Button enables you to create a list of items from a data source, display icons, as well as define templates for a custom look and feel.
Out of the box, the Kendo UI for Angular DropDown Button becomes instantly active as soon as you add it to a page. When requirements call for users to be unable to interact with the component, the Angular DropDown Button can be disabled through a single configuration option. Individual actions can also be disabled for a more granular approach.
Items within the popup of the Kendo UI for Angular DropDown Button can be displayed as text, icons or a mix of text and icons. Icons can be set from the built-in Kendo UI for Angular theme, uploaded as an image or from third-party libraries like FontAwesome.
To create the Kendo UI DropDown Button, you can use a declarative approach and manually create all items or bind the component to an array of strings or objects.
Use Angular Templates to define a custom layout and design for each item displayed in the Kendo UI for Angular DropDown Button popup.
Thanks to its built-in keyboard navigation support, the Kendo UI for Angular DropDown Button lets users interact with the component using just their keyboard.
The Kendo UI for Angular DropDown Button is WCAG 2.0 AA rated and compliant with WAI-ARIA and Section 508 accessibility standards.
Explore interactive DropDown Button demos in our live playground, where you can view code samples and test functionality in real time.
In short, install the Kendo UI for Angular library and import the relevant modules into your AppModule, Then, use the component in your template, passing in your list of actions or items. Finally, customize the styling, icons, and behavior as needed to fit your application. See the Getting Started Tutorial for full instructions.