cdd-storybook-vitamin777
v1.0.1
Published
원티드 프리온보딩 챌린지 / 스토리북과 함께하는 컴포넌트 주도 개발
Downloads
2
Readme
원티드 프리온보딩 프론트엔드 챌린지 6 월
스토리북과 함께하는 컴포넌트 주도 개발
- https://lean-mahogany-686.notion.site/6-125367b8270f4ea388e93d3fdac89639
개발 환경
- React
- styled-components
Installation
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
$ npm i cdd-storybook
To install and set up the library, run:
$ pnpm i cdd-storybook
Or if you prefer using Yarn:
$ yarn add cdd-storybook
Usage
Serving the app
// App.jsx
import { Button } from 'cdd-storybook';
const App = () => {
return (
<Button label='안녕하세요' color='#fff' background='#000' />
)
}
Docs
- Storybook link
- https://qhrdmaaksen.github.io/cdd-storybook/
License
- MIT License