UNPKG

@syncfusion/react-buttons

Version:

Syncfusion React Buttons package is a feature-rich collection of UI components including Button, CheckBox, RadioButton, Switch, Chip, and more for building modern, interactive React applications.

10 lines (9 loc) 248 B
/** * Button all modules */ export * from './button/index'; export * from './check-box/index'; export * from './radio-button/index'; export * from './floating-action-button/index'; export * from './chip/index'; export * from './chip-list/index';