my-custom-input
v1.1.4
Published
custom input with label
Readme
Custom Input
An input library for readymade with input label and input
Usage
The recommended usage as following syntax:
Import library to your components
import { CustomInput } from "my-custom-input";Use as following to show input along with its properties listed below:
<CustomInput name="teest" label="First Name" pleaceHolder="Enter" />Props
Common props you may want to specify include:
name- name of the inputlabel- display label for inputpleaceHolder- placeholder text for the input
