Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderyjw/jw-ui-react
一个 react ui 组件库
https://github.com/coderyjw/jw-ui-react
components react react-hooks storybook typescript
Last synced: 19 days ago
JSON representation
一个 react ui 组件库
- Host: GitHub
- URL: https://github.com/coderyjw/jw-ui-react
- Owner: coderyjw
- Created: 2022-06-29T16:50:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T07:19:58.000Z (over 2 years ago)
- Last Synced: 2025-01-03T14:12:41.980Z (about 1 month ago)
- Topics: components, react, react-hooks, storybook, typescript
- Language: TypeScript
- Homepage: https://coderyjw.github.io/jw-ui-react-website
- Size: 5.42 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jw-ui-react
一个 React 组件库。
### 安装试试
```javascript
npm install jw-ui-react --save
```### 使用
```javascript
// 加载样式
import 'jw-ui-react/dist/index.css';
// 引入组件
import { Button } from 'jw-ui-react';
```### 项目亮点
- 🔥 typescript with React Hooks
- ⛑️ 使用 react-testing-library 完成单元测试
- 📚 使用 storybook 本地调试和生成文档页面
- 📚 使用 react-doc-gen 自动生成文档
- 📦 使用第三方库扩充组件-(react-fontawesome, react-transition-group)
- 🌹 样式(Sass)文件从零开始,掌握大型应用的 CSS 组织方法
- 🎉 涉及全部流程,包括最后的 npm publish,husky 提交发布前验证,travis CI/CD 集成,发布文档站点等