-
Notifications
You must be signed in to change notification settings - Fork 1
버튼(공통)
lee su yoen edited this page Jul 12, 2024
·
3 revisions
공통 컴포넌트로 사용되는 버튼입니다.
버튼 타입은 세가지 타입이 있음
: round_1, round_2, square
- 둥근 버튼 유형
- props
- type: point(포인트 컬러), disable(gray), red(red)
- style: border radius에 따라 나눔 round_1 (80px), round_2 (32px)
- scale: small, large
- 사각형 버튼 유형
- props
- type: point(포인트 컬러), disable(gray), red(red)
- style: squrare 타입
- scale: 아래표 참고
Round
width | height | |
---|---|---|
small | 198px | 50px |
large | 340px | 60px |
Square
width | height | |
---|---|---|
small | 300px | 60px |
small_2 | 296px | 57px |
small_3 | 260px | 50px |
large | 442px | 50px |