# Buttons

| Props       | Tpye        | Description                | Options              | Require | Default |
| ----------- | ----------- | -------------------------- | -------------------- | ------- | ------- |
| disabled    | bool        |                            |                      |         | false   |
| onClick     | func        | func(e) 클릭 이벤트        |                      |         |         |
| iconClasses | ary(string) | 아이콘에 넣을 클래스들     |                      |         |         |
| dataTip     | bool        | 툴팁 사용여부              |                      |         | false   |
| label       | string      |                            |                      | Y       |         |
| icon        | string      | 버튼에 쓰일 아이콘         |                      |         |         |
| dataFor     | string      | 툴팁 내용 대상             |                      |         |         |
| mode        | string      | 형태                       | flat,small,large     |         |         |
| float       | string      | float 여부 (클래스)        | left,right           |         |         |
| color       | string      | 버튼위 색 (클래스)         | white                |         |         |
| thema       | string      | 버튼색 (클래스)            | primary, point, warn |         |         |
| type        | string      | 버튼 타입                  | submit...            |         |         |
| preloader   | bool        | 프리로더 출력              |                      |         | false   |
| pulse       | bool        | 펄스모드                   |                      |         | false   |
| blink       | bool        | 반짝모드                   |                      |         | false   |
| toggle      | bool        | 배경색상을 프라임으로 변경 |                      |         | false   |
| hrefOpen    | string      | 클릭시 새탭으로 이동       |                      |         | false   |
