Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okkjoo/zhou-cl

仿antd做一个自己的组件库
https://github.com/okkjoo/zhou-cl

component-library react typescript

Last synced: 27 days ago
JSON representation

仿antd做一个自己的组件库

Awesome Lists containing this project

README

        

# **zhou-cl**--使用 React + Typescript 打造自己的组件库

cl 是 component library

**该组件库只是我在学习时练习的一个小项目**

如果你真的想用、看看什么效果:

## 使用

### 安装

`npm i zhou-cl`

### 引用

**组件**

以 Button 组件为例:

`import {Button} from 'zhou-cl'`

**样式**

`import "zhou-cl/dist/index.css"`