# ui **Repository Path**: ct0/ui ## Basic Information - **Project Name**: ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2025-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: 1. The only library could be imported is [react-components](https://react-component.github.io/badgeboard/) 1. **NO** Breaking Change. ### Usage document: https://www.npmjs.com/package/@ct0/ui ```shell npm i @ct0/ui ``` ```javascript // global import css file once is required import "@ct0/ui/css/all.css"; import { message } from "@ct0/ui"; ``` ### Contribute Within github [Merge Request](https://docs.github.com/en/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request) Git commit message format https://www.conventionalcommits.org/en/v1.0.0/ ### FAQ ### Best Practice 公共组件引用步骤 1. 先到 `@ct0/ui` 库中找 2. 如果没有,到 antd 库中找 3. 如果还没有,自己写一个 4. 如果写的时候发现跟 `@ct0/ui` 中组件很像,fork 一个自己改 5. 如果都没有,先确认这个组件需要吗?真的需要吗!?