@rahulrajdahal/notr-input
v0.0.2
Published
Input component for notr app
Maintainers
Readme
Notr Input
Input component from notr-ui
Installation
npm i @rahulrajdahal/notr-inputUsage
import { Input } from "@rahulrajdahal/notr-input";
export default function Component() {
return <Input label={"Notr Input"} />;
}Props
| Prop | Type | Description | Default |
| ---------- | --------------------- | -------------------------------- | ------- |
| label | string | Label for the input | - |
| 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
