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.

11 lines (10 loc) 280 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'; export * from './switch/index';