基于 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/.