An enterprise-class UI design language and React UI library.
npm install @itswooble/ui
yarn add @itswooble/ui
import React from 'react';
import { Button, DatePicker } from '@itswooble/ui';
const App = () => (
<>
<Button type='primary'>PRESS ME</Button>
<DatePicker placeholder='select date' />
</>
);
@itswooble/ui
is written in TypeScript with complete definitions.
We use storybook. Clone locally:
$ git clone [email protected]:wooble-team/wooble-ui.git
$ cd wooble-ui
$ npm install
$ npm run storybook
Open your browser and visit http://localhost:6006/.