@rahulrajdahal/notr-password-input
v0.0.2
Published
Password Input component for notr app
Maintainers
Readme
Notr Password Input
Password Input component from notr-ui
Installation
npm i @rahulrajdahal/notr-passwordInputUsage
import { PasswordInput } from "@rahulrajdahal/notr-passwordInput";
export default function Component() {
return <PasswordInput label={"Notr Input"} />;
}Props
| Prop | Type | Description | Default |
| -------------- | --------------------- | ---------------------------------------- | ------- |
| label | string | Label for the input | - |
| forgotPassword | {href:string} | Link to navigate to forgot password page | - |
| labelProps | ReactComponentProps | Props component of label element | - |
| inputProps | ReactComponentProps | Props component of label element | - |
| errors | string[] | Errors in the input component | - |
Made with 💝 in Bhaktapur, Nepal
