Placeholders And Vanish Input
Sliding in placeholders and vanish effect of input on submit
通过 CLI 安装
手动安装
复制并粘贴以下代码:
VanishingInput.vue
API
Prop 名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
placeholders | Array<string> | ["Placeholder 1", "Placeholder 2", "Placeholder 3"] | An array of placeholder texts that cycle through as prompts in the input field. |
This component listens to the following events emitted by the VanishingInput
component:
Event Name | Parameters | 描述 |
---|---|---|
change | Event | Triggered when the input value changes. |
submit | string | Triggered when the input is submitted. |
感谢
- Credits to M Atif for porting this component.
- Ported from Aceternity UI's Placeholders And Vanish Input.