Install component
import { InputDemo } from "@/components/ui/input-with-password-strength-indicator"; function InputWithPasswordStrengthIndicatorDemo() { return ( <div className="block"> <InputDemo /> </div> ); } export { InputWithPasswordStrengthIndicatorDemo };