Directory

prism-transit - Vaadin Add-on Directory

Web component based on Polymer 2. A data transform component via scoped function prism-transit - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/Prhythm/prism-transit](https://github.com//Prhythm/prism-transit/blob/2.0.1/README.md) on 2019-05-22 ]** # \ [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Prhythm/prism-transit) `` is a [Polymer 2](http://polymer-project.org/) element provides data transform via it's own function. # Usage ```html function square(n) { return n * n; } ``` or use comment if needed ```html ``` # Licence MIT Licence