New to KendoReactLearn about KendoReact Free.

SplitButton

A subclass of React.Component.

Represents the KendoReact SplitButton component.

jsx
const App = () => {
       return (
           <SplitButton text="Act">
               <SplitButtonItem text="Item1" />
               <SplitButtonItem text="Item2" />
               <SplitButtonItem text="Item3" />
           </SplitButton>
       );
}
ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

element

"null" | HTMLButtonElement

The DOM element of main button.

props

Readonly<SplitButtonProps>

The props of the SplitButton component.

Not finding the help you need?
Contact Support