Directory

kate-magic-list - Vaadin Add-on Directory

Mutable List based on Material Design kate-magic-list - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/aaroncadillac/kate-magic-list](https://github.com/aaroncadillac/kate-magic-list/blob/1.0.5/README.md) 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 [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/aaroncadillac/kate-magic-list) ## Instalation ``` bower i --save kate-magic-list ``` ## Usage ### Default ```html ``` _By default the component creates an empty array and uses it to generalize the list_ ### Working with data ```html ``` _Use `two-way data binding` to interactively modify your data array_ ## Styling Cooming soon ## Properties **data-list**: _Array_ Data array in format ```js [ {value: 'example'}, ... ] ``` **emptyListMessage**: _String_ Message that is shown to the user when the list is empty