Mutable List based on Material Design
[ This description is mirrored from README.md at github.com/aaroncadillac/kate-magic-list on 2018-12-05 ]
Kate Magic List
A mutable list that provides the ability to interactively modify an array of objects based on Material Design
Instalation
bower i --save kate-magic-list
Usage
Default
<kate-magic-list></kate-magic-list>
By default the component creates an empty array and uses it to generalize the list
Working with data
<kate-magic-list data-list="{{your_data}}"></kate-magic-list>
Use two-way data binding
to interactively modify your data array
Styling
Cooming soon
Properties
data-list: Array
Data array in format
[
{value: 'example'},
...
]
emptyListMessage: String
Message that is shown to the user when the list is empty
Install
Framework Support
Polymer 2.0+
Browser Independent
Install with
Release notes - Version 1.0.5
Dependencies
Polymer/polymer#^2.0.0
- paper-input#^2.2.2
- paper-icon-button#^2.2.0
- iron-icons#^2.1.1