cdd-storybook-wanted

1.0.1 • Public • Published

Wanted 프리온보딩 프론트엔드 챌린지 6월

스토리북과 함께하는 컴포넌트 주도 개발

개발 환경

  • React
  • Styled

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ npm i cdd-storybook-wanted

To install and set up the library, run:

$ yarn i cdd-storybook-wanted
$ pnpm i cdd-storybook-wanted

Usage

// App.jsx
import { Button } from 'cdd-storybook-wanted';

const App = () => {
  return (
    <Button label="안녕하세요" color="#fff" backgroundColor="#000" />
  )
}

Docs

License

  • MIT License

/cdd-storybook-wanted/

    Package Sidebar

    Install

    npm i cdd-storybook-wanted

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    9.99 MB

    Total Files

    86

    Last publish

    Collaborators

    • pocojang