FormAsset

1. FormAssetHelperMessage

Props

Prop
Type
Default
Description

variant

'default' | 'error' | 'success'

'default'

타입

size

'small' | 'medium'

'small'

사이즈

text

string

-

메세지 내용

Usage

<FormAssetHelperMessage
  variant={'error'}
  size={'medium'}
  text={'보조 메시지 영역'}
/>

2. FormAssetLabel

Props

Prop
Type
Default
Description

size

'default' | 'small'

'default'

사이즈

label

string

-

라벨 텍스트

required

boolean

false

필수값 여부 (true일 경우 badge 표시)

disabled

boolean

false

비활성화 여부

Usage

<FormAssetLabel
  size={'small'}
  label={'라벨'}
  required
</>

Last updated