@zhongyangxun/knight
v0.1.3
Published
React components library
Downloads
3
Readme
@zhongyangxun/knight
基于 TypeScript 打造的 React 组件库。
安装
npm install @zhongyangxun/knight
or
yarn add @zhongyangxun/knight
使用方式和文档
使用方式
// 加载样式
import '@zhongyangxun/knight/dist/index.css'
// 引入组件
import { Button } from '@zhongyangxun/knight'
const App = () => (
<Button>
Hello
</Button>
)
文档
更详细的内容请访问文档.
本地开发
$ git clone https://github.com/zhongyangxun/knight.git
$ cd knight
$ npm install
$ npm run storybook
浏览器访问 http://localhost:9009/.