Controls & Inputs
Rotating Search Input
플레이스홀더가 순환되고 제출 시 텍스트가 사라지는 검색 입력입니다.
Preview
action control
Vanish Input
submit to collapse the search
Installation
bash
Copied
bash
Copied
bash
Copied
bash
Copied
Code
typescript
Copied
Props
className
- Type
- string
- Default
- -
- Description
- Additional classes merged onto the component.
placeholders
- Type
- string[]
- Default
- -
- Description
- Placeholder values to rotate.
variant
- Type
- "light" | "glass"
- Default
- "light"
- Description
- Visual surface style.
onSubmit
- Type
- (value: string) => void
- Default
- -
- Description
- Submit handler.