Animated Input

Input field with animated label, focus ring, and validation states.

effectsinputformanimated

Installation

Terminalbash
npx motioncraft add animated-input

Usage

animated-input.tsxtsx
import { AnimatedInput } from "@/components/effects/animated-input";

<AnimatedInput placeholder="Enter your email" />

Props

PropTypeDefaultDescription
placeholderstringPlaceholder text
classNamestringAdditional CSS classes

Related Components