cdd-storybook-wanted-jy

1.0.1 • Public • Published

스토리북 연습예제

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>);
};

Readme

Keywords

none

Package Sidebar

Install

npm i cdd-storybook-wanted-jy

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

10 MB

Total Files

85

Last publish

Collaborators

  • githuborigin