GitHub
Open Github

Label Input

Input field with floating label and password visibility toggle.

Installation

pnpm dlx shadcn@latest add @spell/label-input

Examples

Password Input

Ring Color

Usage

import { LabelInput } from "@/components/label-input";
<LabelInput label="Email" type="email" />
<LabelInput label="Password" type="password" />
<LabelInput label="Name" ringColor="blue" />

Props

PropTypeDefault
label
string
Your Email
ringColor
RingColor
muted
containerClassName
string
-
className
string
-
type
string
email
placeholder
string
""
...props
InputHTMLAttributes
-