KendoReact
The KendoReact SplitButton allows the user to execute a default action which is bound to a Button or to choose a predefined action from a drop-down list.
For scenarios that require that the KendoReact SplitButton is visibly disabled and users cannot interact with it, the enabled property can be set to false which puts the React SplitButton in a disabled state.
Each item within the KendoReact SplitButton can be rendered as just text, text along with an icon, or just as an icon. These icons can be added from the list of KendoReact icons, as a custom image or imported from third-party font icon libraries like FontAwesome.
The KendoReact SplitButton can be defined declaratively and can also be bound to an array of strings, or an array of objects.
Thanks to built-in support for custom renderers, the KendoReact SplitButton can be customized to fit any requirements by overriding the default template for rendering items, or customizing the popup responsible for listing out all items.
The React SplitButton features several keyboard shortcuts to help interact and select items through keyboard navigation.
Accessibility is at the heart of KendoReact and as a part of this commitment the KendoReact SplitButton is WCAG 2.0 AAA rated and is compliant with Section 508 and WAI-ARIA standards.