corki-ui
v1.9.22
Published
A UI corki-ui Language
Downloads
6
Maintainers
Readme
I suggest that you use this code as an inspiration, and I'm not going to maintain the code base in any way.
Supported Environment
Modern tourist and IE9+
| IE / Edge | Firefox | Chrome | Safari | 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
Get started
$ git clone https://github.com/xuya227939/corki-ui.git
$ cd corki-ui
$ npm install
$ npm start