cdd-storybook-wanted-jy
v1.0.1
Published
원티드 프리온보딩 챌린지 스토리북과 함께하는 개발
Downloads
4
Readme
스토리북 연습예제
https://gitjoyoung.github.io/storybook-react-button/
NPM 배포
주소
https://www.npmjs.com/package/cdd-storybook-wanted-jy
스토리북을 사용하는 이유?
1 컴포넌트 문서화 (스토리)
2 협업 팀원들 테스트 용이
3 재사용성을 고려한 의존성 최소화
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To install and set up the library, run:
pnpm suing
pnpm i cdd-storybook-wanted-jy
Or npm using
npm i cdd-storybook-wanted-jy
Or if you prefer using Yarn:
$ yarn add cdd-storybook-wanted-jy
Usage
Serving the app
import { Button } from "cdd-storybook-wanted-jy";
const App = () => {
retrun(<Button label="안녕하십니까" color="white">버튼입니다 </Button>);
};