For Tailwind CSS v3 docs, click here.

Placeholders And Vanish Input

Sliding in placeholders and vanish effect of input on submit

通过 CLI 安装

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://registry.inspira-ui.com/vanishing-input.json"

手动安装

复制并粘贴以下代码:

VanishingInput.vue

API

Prop 名称类型默认值描述
placeholdersArray<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 NameParameters描述
changeEventTriggered when the input value changes.
submitstringTriggered when the input is submitted.

感谢