0.0.15 • Published 2 years ago

@itswooble/ui v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

📦 Install

npm install @itswooble/ui
yarn add @itswooble/ui

🔨 Usage

import React from 'react';
import { Button, DatePicker } from '@itswooble/ui';

const App = () => (
	<>
    	<Button type='primary'>PRESS ME</Button>
    	<DatePicker placeholder='select date' />
  	</>
);

TypeScript

@itswooble/ui is written in TypeScript with complete definitions.

🔗 Links

⌨️ Development

We use storybook. Clone locally:

$ git clone git@github.com:wooble-place/wooble-ui.git
$ cd wooble-ui
$ npm install
$ npm run storybook

Open your browser and visit http://172.20.10.3:6006/.

👋 Founders

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago