Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyesuhong/su-storybook-ui
- Owner: hyesuhong
- Created: 2023-06-30T07:38:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-07T03:47:48.000Z (over 1 year ago)
- Last Synced: 2024-11-09T16:36:55.580Z (3 months ago)
- Topics: component, react, storybook
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/su-storybook-ui
- Size: 9.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
![]()
![]()
![]()