Skip to content

xuya227939/corki-ui-web

Repository files navigation

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

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

Example

import { Button } from 'corki-ui';

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

Link

Home

Get started

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