KendoReact Button Overview
The KendoReact Button provides a clickable UI functionality, and you can configure it to perform any action or trigger an event.
To make the Button even more user-friendly and intuitive to use, you can display textual content, predefined icons, images, custom icons, or render a combination of textual and image content within the Button.
The KendoReact Button is distributed through the kendo-react-buttons NPM package.
This is a Free React ButtonThe KendoReact Button is free to use, including in production—no sign-up or license required. Check out all 120+ free and premium UI components in the enterprise-grade KendoReact library.Getting Started with the KendoReact Button
The KendoReact Buttons allow users to take actions and make choices with a single click. They are designed to be highly customizable, allowing you to adjust their appearance, size, and behavior to fit your specific application needs.
Default Button
Flat Button
Outline Button
Link Button
Icon Button
Toggleable Button
The Button is part of the KendoReact Buttons component library. The procedures for installing, importing, and using all components in the library are identical. To learn how to use the Button and the rest of the components in the package, see the Getting Started with the KendoReact Buttons guide.
KendoReact Button APIs
Suggested Links
- Disabled Button—You can easily render a disabled button and prevent end-users from interacting with it.
- Icon Button—You can add an image, predefined or custom icons to the button.
- Toggleable Button—The
togglable
property makes it easy to indicate if a Button is active or not. - Appearance—You can quickly style the Button by choosing from the predefined styling options.
- Globalization—The built-in globalization support allows you to create apps that are ready to be implemented worldwide.
To learn more about the appearance, anatomy, and accessibility of the Button, visit the Progress Design System documentation—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.