Tag

Props
Prop
Type
Default
Description
size
'small' | 'medium' | 'large'
'small'
사이즈
variant
'soft' | 'outline' | 'solid'
'soft'
타입
bgColor
string
-
배경색
textColor
string
-
글자색
borderColor
string
-
테두리색
text
string
-
태그 텍스트
Usage
<Tag
size={'small'}
variant={'soft'}
text={'텍스트'}
borderColor={'#22C55E47'}
bgColor={'#FFFFFF'}
textColor={'#16A34A'}
/>
Last updated