0.4.5 • Published 1 day ago

yorkie-ui v0.4.5

Weekly downloads
-
License
-
Repository
github
Last release
1 day ago

Yorkie UI

Welcome to the Yorkie UI component library!

Get started

Yorkie UI is a component library that helps build UIs faster. The goal is to make building UIs more productive.

Install

UI components are written in React. It requires Storybook version 8.0.0 and up.

Add Yorkie UI to your project.

npm install --save yorkie-ui

Use

Import components you want into your UI

import { Button, Badge } from'yorkie-ui';

and use them like so

const example = () => (

<div>

    <Buttonvariant="solid"onClick={()=>0}>

        Do something

    </Button>

    <BadgeonClick={this.clear}>+1</Badge>

</div>

);
0.4.5

1 day ago

0.4.4

4 days ago

0.4.3

4 days ago

0.4.1

14 days ago

0.4.2

14 days ago

0.4.0

1 month ago

0.3.9

1 month ago

0.3.6

1 month ago

0.3.5

1 month ago

0.3.8

1 month ago

0.3.7

1 month ago

0.3.2

1 month ago

0.3.4

1 month ago

0.3.3

1 month ago

0.3.0

1 month ago

0.2.7

2 months ago

0.2.6

2 months ago

0.2.9

1 month ago

0.2.8

1 month ago

0.3.1

1 month ago

0.2.5

2 months ago

0.2.1

2 months ago

0.2.3

2 months ago

0.2.2

2 months ago

0.2.4

2 months ago

0.2.0

2 months ago