맨위로가기
 

SBUx

닫기

3.7 버튼색상 조정하기

STEP 1. 컴포넌트 생성

1. button 컴포넌트를 생성합니다.
<sbux-button id="sbIdx1_1" name="sbTagNm1_1" uitype="normal" text="SBUx normal button"></sbux-button>

STEP 2. 색상 변경

1. button-color 속성으로 버튼 색상을 조정합니다. ( default(white) | blue | green | sky | orange | red )
<sbux-button id="sbIdx1_1" name="sbTagNm1_1" uitype="normal" text="SBUx normal button" button-color="sky"></sbux-button>