@ct0/ui
v0.177.20240926
Published
This is a very opined react component library, the main purpose is friendly to use, it abandoned flexibiliby to exchange for stabiligy and consistency. If you really want to make some adjustment, feel free to **FORK** it.
Downloads
476
Readme
@ct0/ui
This is a very opined react component library, the main purpose is friendly to use, it abandoned flexibiliby to exchange for stabiligy and consistency. If you really want to make some adjustment, feel free to FORK it.
Contribution Requirements:
The only library could be imported is react-components
NO Breaking Change.
Usage
document: https://www.npmjs.com/package/@ct0/ui
npm i @ct0/ui
// global import css file once is required
import "@ct0/ui/css/all.css";
import { message } from "@ct0/ui";
Contribute
Within github Merge Request
Git commit message format https://www.conventionalcommits.org/en/v1.0.0/
FAQ
Best Practice
公共组件引用步骤
- 先到
@ct0/ui
库中找 - 如果没有,到 antd 库中找
- 如果还没有,自己写一个
- 如果写的时候发现跟
@ct0/ui
中组件很像,fork 一个自己改 - 如果都没有,先确认这个组件需要吗?真的需要吗!?