zj1024 / cooper-ui

React components for faster and easier web development. Build your own design system, or start with copper-ui

Home Page:http://cooper-ui.jingyu.cool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cooper UI

CircleCI

Start

cnpm install
npm start

Build

Library build

npm run publish:pre

Docs build

npm run build:docs

Test

npm test

Directory

.
├── config # webpack & gulp
├── coverage # ci
├── site
├── components # all modules
├── record
├── tests # jest config
├── theme # all style
├── jest.config.js
├── LICENSE
├── package.json
├── README.md
└── tsconfig.json

About

React components for faster and easier web development. Build your own design system, or start with copper-ui

http://cooper-ui.jingyu.cool/

License:MIT License


Languages

Language:TypeScript 48.1%Language:CSS 31.9%Language:SCSS 16.4%Language:JavaScript 3.2%Language:HTML 0.5%