DropDownButton
Component
Represents the KendoReact DropDownButton component.
Definition
Package:@progress/kendo-react-buttons
Syntax:
jsx
const App = () => {
return (
<DropDownButton text="Act">
<DropDownButtonItem text="Item1" />
<DropDownButtonItem text="Item2" />
<DropDownButtonItem text="Item3" />
</DropDownButton>
);
}
Properties
props
DropDownButtonProps intersected with RefAttributes<any>
The props of the DropDownButton component.