New to KendoReactLearn about KendoReact Free.

DropDownButton

Represents the KendoReact DropDownButton component.

A Functional Component.

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

props

DropDownButtonProps intersected with RefAttributes<any>

The props of the DropDownButton component.

Not finding the help you need?
Contact Support