EasyUI
An Open-source React component library. Typed, compatible with React 17+. Documented and testable with storybook.
EasyUI requires React 17 or later as a peer dependency. Make sure it is already installed in your project.
Installation
Install the package:
npm install @easy-ui-react/easy-ui-react
Then import EasyUI's css:
@import "@easy-ui-react/easy-ui-react/styles.css";
Requirements
| Requirement | Version |
|---|---|
| React | ≥ 17.0.0 |
| react-dom | ≥ 17.0.0 |
Storybook
Every component has an interactive story where you can explore props and variants in live.