2.0.1 • Published 6 months ago
custom-input-fields v2.0.1
custom-input-fields
The custom-input-fields Nodejs package is used for creating various customizable input fields in a React Vite project.
It works by making use of props to structure your desired input field.
Installation
To install the package, run:
npx custom-input-fields
This would install and place the input-fields file in the src/components/ui folder of your project.
Usage
Import the component into your project
import InputField from '<path to file>'
To create a new input field:
<InputField
type='<type of field>'
/>
Documentation
Reference the following doc to learn more about how to use the input-fields component: InputField Component Props Usage