English | 简体中文
badge | button | icon |
A configurable Mobile UI specification and React-based implementation.
- Follow CP Design Mobile UI specification.
- Configurable UI style for different products.
- Develop in TypeScript.
IE / Edge |
Firefox |
Chrome |
Safari |
Electron |
---|---|---|---|---|
IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
npm install cp-design --save
yarn add cp-design
在组件库中使用了 SASS,在安装的时候记得安装 node-sass
npm install node-sass --save-dev
yarn add node-sass -D
import { Button } from 'cp-design'
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
</>
)
iOS
Android 4.0+
We welcome all contributions, You can submit any ideas. If you'd like to improve code, check out the Development Instruction and have a good time! :)