0.1.3 • Published 4 years ago

react-ui-components-pkg v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-ui-components-pkg

基于React Hooks + typescript 为 Web 应用提供了基础的 UI 组件,本组件库还将持续探索企业级应用的最佳 UI 实践。欢迎提供精选组件作为必要的补充。

示例

You can learn more in the react-ui-components documentation

Installation

install the following npm module:

npm install react-ui-components-pkg --save

Basic usage

Button Component for example:

// 加载样式 
import 'react-ui-components-pkg/dist/index.css'

// 引入组件 
import { Button } from 'react-ui-components-pkg'

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.