基于React Hooks + typescript 为 Web 应用提供了基础的 UI 组件,本组件库还将持续探索企业级应用的最佳 UI 实践。欢迎提供精选组件作为必要的补充。
You can learn more in the react-ui-components documentation
install the following npm module:
npm install react-ui-components-pkg --save
Button Component for example:
// 加载样式
import 'react-ui-components-pkg/dist/index.css'
// 引入组件
import { Button } from 'react-ui-components-pkg'
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.