0.1.5 • Published 4 years ago

wntd v0.1.5

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

wntd component library

使用 React+typescript 组件库

安装最后已经发布的组件库来试试

npm install wntd --save-dev

使用

// 加载样式
import 'wntd/dist/index.css'
// 引入组件
import { Button } from 'wntd'

技术栈

  • 🔥typescript with React Hooks
  • ⛑️使用 react-testing-library 完成单元测试

本地开发命令

// 单元测试
npm test

// build可发布静态文件
npm run build

// 组件库发布到 npm
npm run publish
0.1.5

4 years ago

0.1.2

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago