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

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

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:
```