项目作者: xuya227939

项目描述 :
A UI corki-ui Language
高级语言: JavaScript
项目地址: git://github.com/xuya227939/corki-ui-web.git
创建时间: 2020-10-18T06:23:10Z
项目社区:https://github.com/xuya227939/corki-ui-web

开源协议:MIT License

下载






Corki UI



I suggest that you use this code as an inspiration, and I’m not going to maintain the code base in any way.

CircleCI branch NPM Version

Supported Environment

Modern tourist and IE9+

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

Install

  1. npm install corki-ui --save
  1. yarn add corki-ui

Example

  1. import { Button } from 'corki-ui';
  2. const App = () => (
  3. <>
  4. <Button type="primary">PRESS ME</Button>
  5. </>
  6. );

Home

Get started

  1. $ git clone https://github.com/xuya227939/corki-ui.git
  2. $ cd corki-ui
  3. $ npm install
  4. $ npm start