Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javanshen/corgi
探索你需要的组件 - Explore the components you need
https://github.com/javanshen/corgi
ant-design ant-design-vue component corgwn hooks react ui-library vue
Last synced: 1 day ago
JSON representation
探索你需要的组件 - Explore the components you need
- Host: GitHub
- URL: https://github.com/javanshen/corgi
- Owner: JavanShen
- License: mit
- Created: 2022-10-09T09:04:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T13:30:17.000Z (18 days ago)
- Last Synced: 2024-12-28T14:25:40.040Z (18 days ago)
- Topics: ant-design, ant-design-vue, component, corgwn, hooks, react, ui-library, vue
- Language: TypeScript
- Homepage: https://corgi-nu.vercel.app
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Corgwn[![CI](https://github.com/JavanShen/corgi/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/JavanShen/corgi/actions/workflows/ci.yml) [![corgii](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/count/6jecso/main&style=flat&logo=cypress)](https://cloud.cypress.io/projects/6jecso/runs) [![codecov](https://codecov.io/gh/JavanShen/corgi/branch/main/graph/badge.svg)](https://codecov.io/gh/JavanShen/corgi) [![npm (tag)](https://img.shields.io/npm/v/@corgwn/react/alpha?label=%40corgwn%2Freact)](https://www.npmjs.com/package/@corgwn/react)
### ✨ 特性
---
+ 🍨 提供了多种类型的工具组件
+ 🥪 完备的测试,包括单元测试和 E2E 测试
+ 🍿 使用 TypeScript 开发,提供完整的类型定义文件
+ 🥞 提供了 [@corgwn/hooks](https://github.com/JavanShen/corgi/tree/main/packages/hooks/README.md) 来自定义你的组件
+ 🧀 兼容 Ant Design 的全局化配置### 📦 安装
---
```shell
npm i @corgwn/react@alpha
```### 🔨 示例
---```JavaScript
import React from 'react'
import { AudioPlayer, Todo } from '@corgwn/react'const App = () =>
```### 📖 文档
---+ [React 组件](https://corgi-nu.vercel.app/)
+ [Hooks](https://github.com/JavanShen/corgi/tree/main/packages/hooks/README.md)