Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sunny-117/rc-design
🗃️ rc-design is a component library developed for react, providing developers with a more lightweight and concise component library choice. Use tsx to write logic, less to write styles, dumi2 to write documentation sites, and jest+ts-jest+react-testing-library for unit testing.
https://github.com/Sunny-117/rc-design
design-systems react-components reactjs typescript ui-kit ui-library web-components
Last synced: 4 months ago
JSON representation
🗃️ rc-design is a component library developed for react, providing developers with a more lightweight and concise component library choice. Use tsx to write logic, less to write styles, dumi2 to write documentation sites, and jest+ts-jest+react-testing-library for unit testing.
- Host: GitHub
- URL: https://github.com/Sunny-117/rc-design
- Owner: Sunny-117
- License: mit
- Created: 2023-01-21T14:32:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T05:32:17.000Z (11 months ago)
- Last Synced: 2024-03-17T07:55:21.086Z (11 months ago)
- Topics: design-systems, react-components, reactjs, typescript, ui-kit, ui-library, web-components
- Language: TypeScript
- Homepage: https://sunny-117.github.io/rc-design/
- Size: 4.38 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rc-design
rc-design,是一款为 react 开发的组件库,为开发者提供更轻量、简洁的组件库选择。使用 tsx 编写逻辑,less 编写样式,dumi2 编写文档站,jest+ts-jest+react-testing-library 单元测试。
## 开始使用
### 下载安装
```shell
# npm
npm install rc-design
# yarn
yarn add rc-design
# pnpm
pnpm i rc-design
```### 如何引入
请务必注意,rc-design 目前没有实现按需引入样式,所以请用户**手动导入全局样式**
```js
import { Button } from 'rc-design';
import 'rc-design/dist/index.css';
```把 Button 换成需要的组件。
## 问题反馈
如果在使用过程中发现任何问题,欢迎在 GitHub Issues 进行反馈:https://github.com/Sunny-117/rc-design/issues