Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyesuhong/su-storybook-ui


https://github.com/hyesuhong/su-storybook-ui

component react storybook

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# su-storybook-ui

This project is about ui component using storybook.
Here is [EXAMPLE](https://64a7871e9df9993a5e92dfd6-mkzncfhrgd.chromatic.com/?path=/docs/example-button--docs)!

## Installation

### NPM

```
$ npm i su-storybook-ui
```

## Usage

### Button

```javascript
import { Button } from 'su-storybook-ui';

;
```

#### Options

| Name | Type | Default | Required |
| :------: | :------: | :-----: | :------: |
| label | string | | O |
| primary | boolean | false | X |
| size | string | medium | X |
| disabled | boolean | false | X |
| onClick | function | | X |

## Setup

Typescript React
storybook
styled-components