Animated Input
FormsInput with animated label and focus
inputanimatedlabel
Installation
$
Usage
tsx
import { AnimatedInput } from "@/components/nonaxial/animated-input"
export default function Example() {
return (
<AnimatedInput>{/* Your content here */}</AnimatedInput>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |