Directory

← Back

io-value

Ultra-lightweight editor for primitive data types (string, number, boolean)

Author

Contributors

Rating

[ This description is mirrored from README.md at github.com/arodic/io-value on 2018-05-22 ]

Build status Published on webcomponents.org

<io-value>

io-value is an ultra-lightweight editor for primitive data types (string, number, boolean). It wraps a simple inline-block element with minimal styling and very few listeners. A shared input element is attached while editing actions are performed.

Example:

<io-value type="string" value="hello"></io-value>
<io-value type="number" value="1337"></io-value>
<io-value type="boolean" value="true"></io-value>

Preview:

io-value preview

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

Polymer/polymer#^2.0.2

Released
2017-08-17
Maturity
IMPORTED
License
MIT License

Compatibility

Framework
Polymer 2.0+
Polymer 1.0+ in 1.6.0
Browser
Browser Independent
Online