A password field with a live strength meter that scores complexity and shows a colored progress bar with a strength label.
import PasswordStrengthMeter from "@/components/ui/v-meter-7"; export default function Default() { return ( <div className="flex min-h-[320px] w-full items-center justify-center p-8"> <PasswordStrengthMeter /> </div> ); }