Password Input
FormsPassword input with strength indicator
passwordinputstrength
Installation
$
Usage
tsx
import { PasswordInput } from "@/components/nonaxial/password-input"
export default function Example() {
return (
<PasswordInput>{/* Your content here */}</PasswordInput>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |