Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/atish31/custom-input-types

Open source rep for type customisation
https://github.com/atish31/custom-input-types

Last synced: about 1 month ago
JSON representation

Open source rep for type customisation

Lists

README

        

# custom-input-types

## Download
custom-input-types is released under the [MIT license] & supports modern environments.

## Installation

In a browser:
```html

```

Using npm:
```shell
$ npm i -g npm
$ npm i custom-input-types
```

## Why custom-input-types?

Custom input types lets you use customised input types without writing any javascript for yourself,

Available custom input types as of now

* Only numbers:
```

```
* Capitalized Text:
```

```
* Camel Case Text with space:
```

```

* Camel Case Text with no space:
```

```
* Pascal Case Text with space:
```

```

* Pascal Case Text with no space:
```

```
* Snake Case:
```

```
* All lower case:
```

```
* All Upper Case:
```

```
* Phone:
```

```
* Pincode(Default):
```

```
* Pincode(Alphanumeric attribute):
```

```
* Pincode(max-character):
```

```