-
Notifications
You must be signed in to change notification settings - Fork 0
Button & Typo
HyoBin edited this page Jul 29, 2021
·
1 revision
-> type = "BUTTON" | "TEXT" | "HEADER"
-> size =
//button&text "huge" | "large" | "medium" | "small" | "smaller"
//header |"h1" | "h2" | "h3"
-> color =
| "brown_base"
| "brown_font"
| "mint_accent"
| "yellow_accent"
| "red_accent"
| "gray_accent"
| "light_accent"
| "white";
-> content = string (내용)
FOOTER