About the io-value category

io-value:
[ 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