kate-magic-list
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
Links
Compatibility
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.0
- paper-input#^2.2.2
- paper-icon-button#^2.2.0
- iron-icons#^2.1.1
- Released
- 2018-07-05
- Maturity
- IMPORTED
- License
- Other
Compatibility
- Framework
- Polymer 2.0+
- Browser
- Browser Independent