Skip to content

🗃️ 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.

License

Notifications You must be signed in to change notification settings

Sunny-117/rc-design

Repository files navigation

rc-design

rc-design,是一款为 react 开发的组件库,为开发者提供更轻量、简洁的组件库选择。使用 tsx 编写逻辑,less 编写样式,dumi2 编写文档站,jest+ts-jest+react-testing-library 单元测试。

开始使用

下载安装

# npm
npm install rc-design
# yarn
yarn add rc-design
# pnpm
pnpm i rc-design

如何引入

请务必注意,rc-design 目前没有实现按需引入样式,所以请用户手动导入全局样式

import { Button } from 'rc-design';
import 'rc-design/dist/index.css';

把 Button 换成需要的组件。

问题反馈

如果在使用过程中发现任何问题,欢迎在 GitHub Issues 进行反馈:https://github.com/Sunny-117/rc-design/issues

About

🗃️ 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages