https://github.com/fooloomanzoo/input-elements
collection of input elements
https://github.com/fooloomanzoo/input-elements
Last synced: about 1 year ago
JSON representation
collection of input elements
- Host: GitHub
- URL: https://github.com/fooloomanzoo/input-elements
- Owner: fooloomanzoo
- License: mit
- Created: 2018-01-19T09:59:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T23:57:40.000Z (over 7 years ago)
- Last Synced: 2025-03-17T22:58:06.559Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# input-elements
Elements built for enhancing or replacing native inputs.
Current elements include:
* `text-input`: An input for text or else, that will size automatically and can be validated.
* `number-input`: An input for numeric values, that can display a unit, be in percent, pad the number, size automatically and have localized number format.
* `color-input`: An input field for color. It will display the color, support different formats and convert automatically.
* `datetime-input`: An input for datetime values. It will use the local format, clamp and can use a minimum and a maximum.
* `date-input`: An input for date values. It will use the local format, clamp and can use a minimum and a maximum.
* `time-input`: An input for time values. It will use the local format, clamp and can use a minimum and a maximum.
```html
text-input:
number-input:
color-input:
datetime-input:
date-input:
time-input:
```