cdd-with-storybook-wanted-practice
v1.0.2
Published
원티드 프리온보딩 챌린지 / 스토리북과 함께하는 컴포넌트 주도 개발
Downloads
2
Readme
프론트엔드 챌린지
스토리북과 함께하는 컴포넌트 주도 개발
개발 환경
- React
- Styled
Installation
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
$ npm i cdd-with-storybook-wanted-practice
To install and set up the library, run:
$ yarn i cdd-with-storybook-wanted-practice
$ pnpm i ccdd-with-storybook-wanted-practice
Usage
// App.jsx
import { Button } from "cdd-with-storybook-wanted-practice";
const App = () => {
return <Button label="안녕하세요" color="#fff" backgroundColor="#000" />;
};
Docs
- Storybook Link
- https://lazywon.github.io/cdd-with-storybook-practice/
License
- MIT License