Skip to content

Button & Typo

HyoBin edited this page Jul 29, 2021 · 1 revision

Button

Collapse

Dropdown

Typo

-> 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 (내용)
Clone this wiki locally