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

https://github.com/velopert/storybook-tutorial-code

Source code for storybook-tutorial
https://github.com/velopert/storybook-tutorial-code

Last synced: 10 months ago
JSON representation

Source code for storybook-tutorial

Awesome Lists containing this project

README

          

# react-uikit-sample

A Sample React UI Kit.

[Storybook](https://react-uikit-sample.surge.sh)

Used tools:

- TypeScript
- Storybook
- Rollup

## Tags

각 섹션별로 Git Repository 의 태그가 생성되어 있습니다.

- [2-1. Knobs Addon](https://github.com/velopert/storybook-tutorial-code/tree/02a)
- [2-2. Actions 애드온](https://github.com/velopert/storybook-tutorial-code/tree/02b)
- [2-3. Docs 애드온](https://github.com/velopert/storybook-tutorial-code/tree/02c)
- [3. TypeScript 사용하기](https://github.com/velopert/storybook-tutorial-code/tree/03)
- [4-1. Button 만들기](https://github.com/velopert/storybook-tutorial-code/tree/04a)
- [4-2. ButtonGroup 만들기](https://github.com/velopert/storybook-tutorial-code/tree/04b)
- [4-3. Icon 만들기](https://github.com/velopert/storybook-tutorial-code/tree/04c)
- [4-4. Dialog 만들기](https://github.com/velopert/storybook-tutorial-code/tree/04d)
- [5-1. Rollup으로 라이브러리 번들하기](https://github.com/velopert/storybook-tutorial-code/tree/05a)
- [5-2. npm에 publish 하기](https://github.com/velopert/storybook-tutorial-code/tree/05b)

프로젝트를 clone 했을 경우 다음 명령어를 사용하여 특정 태그의 코드를 볼 수 있습니다.

```
git checkout 02a
```