A UI corki-ui Language
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