1.1.4 • Published 2 years ago

my-custom-input v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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 input
  • label - display label for input
  • pleaceHolder - placeholder text for the input
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

3 years ago