SplitButton
Component
Represents the KendoReact 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
props
SplitButtonProps intersected with RefAttributes<SplitButtonHandle>
The props of the SplitButton component.
Accessors
element
null | HTMLButtonElement
The DOM element of main button.