I suggest that you use this code as an inspiration, and I'm not going to maintain the code base in any way.
Modern tourist and IE9+
IE / Edge |
Firefox |
Chrome |
Safari |
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/xuya227939/corki-ui.git
$ cd corki-ui
$ npm install
$ npm start