Interactive input
InteractiveInput is a highly customizable interactive input component with shimmer effects, glow, and visual styling options.
Installation
npx scrollx-ui@latest add interactive-input
Usage
import { InteractiveInput } from "@/components/ui/interactive-input";
<InteractiveInput
className="bg-green-500 text-white"
variant="default"
inputSize="default"
glow={true}
rounded="custom"
hideAnimations={false}
uppercase={true}
textEffect="normal"
shimmerColor="#39FF14"
shimmerSize="0.15em"
shimmerDuration="3s"
borderRadius="100px"
background="rgba(0, 0, 0, 1)"
placeholder="Generate with ScrollX UI"
/>
API Reference
interactive input
InteractiveInput
is a customizable input component with animation, shimmer, and visual styling options.