2.0.1 • Published 6 months ago

custom-input-fields v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

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

1.0.7

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago