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: 2 months ago
JSON representation
Open source rep for type customisation
- Host: GitHub
- URL: https://github.com/atish31/custom-input-types
- Owner: atish31
- License: mit
- Created: 2021-01-22T14:29:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T09:13:40.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T23:47:15.444Z (2 months ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- LearningResources - custom-input-types
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):
```
```