cdd-with-storybook
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

CDD with storybook

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

개발 환경

  • react
  • typescript
  • emotion
  • storybook

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ npm i cdd-with-storybook

To install and set up the library, run:

$ yarn i cdd-with-storybook
$ pnpm i cdd-with-storybook

Usage

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

const App = () => {
  return (
    <Button primary size="large">
      Button
    </Button>
  );
};

Docs

License

  • MIT License

Package Sidebar

Install

npm i cdd-with-storybook

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

13.4 kB

Total Files

18

Last publish

Collaborators

  • jebong