boostcamp-2020/IssueTracker-35

[component] New Label container (reusable)

Opened this issue · 0 comments

개요

  • 컴포넌트에 대한 설명

상속 관계

상태

  • dispatch
    • 취소 버튼(dispatch -> CANCEL)
    • 라벨 생성 버튼(dispatch -> ADD)
  • state: name, description, color
    • name input (setState {name})
    • description input (setState {description})
    • color container (setState {color})

세부 동작