1.0.3 • Published 11 months ago

@real-bird/cdd-wanted v1.0.3

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

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

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

prerequisites

  • React
  • Styled

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

npm i cdd-wanted

Usage

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

function App() {
  return (
    <Button label="Test Button" backgroundColor={"#43edff"} color={"#ffffff"} />
  );
}

export default App;

Docs

License

  • MIT License
1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago