cr-card
A Polymer 2 element that automatically generates a Clash Royale card inside a canvas.
[ This description is mirrored from README.md at github.com/Dabolus/cr-card on 2019-05-10 ]
<cr-card>
A Polymer 2 element that automatically generates a Clash Royale card inside a canvas.
Basic example:
<cr-card
card-name="Simple CR Card Demo"
description="This really basic demo shows how easy it is to generate a Clash Royale card using Web Components.">
<cr-card-property title="HP" value="100" icon="hp"></cr-card-property>
</cr-card>
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/polymer#^2.0.0
- webfontloader#typekit/webfontloader#^1.6.28
- cr-fonts#Dabolus/cr-fonts#2.0.0
- file-saver#^1.3.3
- lz-string#^1.4.4
- Released
- 2018-01-25
- Maturity
- IMPORTED
- License
- MIT License
Compatibility
- Framework
- Polymer 2.0+
- Browser
- Browser Independent
cr-card - Vaadin Add-on Directory
A Polymer 2 element that automatically generates a Clash Royale card inside a canvas.
**[ This description is mirrored from README.md at [github.com/Dabolus/cr-card](https://github.com//Dabolus/cr-card/blob/2.1.1/README.md) on 2019-05-10 ]**
# \
A Polymer 2 element that automatically generates a Clash Royale card inside a canvas.
Basic example:
```html
```