1.0.4 • Published 11 months ago

otory-book v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

otory-book

storybook을 활용한 컴포넌트 주도 개발 연습

개발환경

  • pnpm
  • React
  • Styled-componenets

Installation

$ npm i otory-book
$ pnpm add otory-book
$ yarn add otory-book

Usage

Serving the app

import { Button } from "./components/Button/Button";

const App = () => {
  return (
    <Button primary='primary' size='medium'>Button</Button>
  )
}

Docs

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago