New to KendoReactStart a free 30-day trial

SplitButton

Component

Definition

Package:@progress/kendo-react-buttons

Syntax:

jsx
const App = () => {
       return (
           <SplitButton text="Act">
               <SplitButtonItem text="Item1" />
               <SplitButtonItem text="Item2" />
               <SplitButtonItem text="Item3" />
           </SplitButton>
       );
}

Properties

The props of the SplitButton component.

Accessors

element

null | HTMLButtonElement

The DOM element of main button.

In this article
DefinitionPropertiespropsAccessorselement
Not finding the help you need?
Contact Support