본문으로 건너뛰기

FilterChip

Loading...

How to use

import { FilterChip } from '@vibrant-ui/components';

Properties

PropTypeDefaultDescription
sizemd | smFilterChip의 크기를 지정합니다.
selectedbooleanFilterChip이 선택되어 있는지 여부를 지정합니다.
startIconReactElementFilterChip의 선두 자리에 들어갈 아이콘을 지정합니다.
endIconReactElementFilterChip의 후미 자리에 들어갈 아이콘을 지정합니다.
disabledbooleanFilterChip의 비활성화 상태를 지정합니다.
onClick() => voidFilterChip이 클릭/터치되었을 경우 실행할 동작을 지정합니다.
childrenTextChildrenFilterChip의 콘텐츠를 지정합니다.
hrefstring버튼이 클릭됐을 때 이동할 URL

Usage

크기

Loading...

아이콘

startIconendIcon 속성으로 좌/우측에 표시되는 아이콘을 설정할 수 있습니다.

Loading...

링크

href 속성으로 버튼이 클릭됐을 때 이동할 URL을 지정할 수 있습니다. href이 지정되면 button 요소가 아닌 a 요소로 렌더링됩니다.

Loading...
이전
Dropdown