/corki-ui

A UI corki-ui Language and Entertain yourself and Imitation ant-design

Primary LanguageJavaScriptMIT LicenseMIT

Corki Ui

一套仿Ant Design的UI库。

CircleCI branch NPM Version

✨ 特性

  • 🛡 仿照Ant Design

🖥 支持环境

  • 现代浏览器和 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

📦 安装

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

🔨 示例

import { Button } from 'corki-ui';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
  </>
);

🔗 链接

⌨️ 本地开发

$ git clone https://github.com/Cherry-Team/corki-ui-web.git
$ cd corki-ui-web
$ npm install
$ npm start