About the cr-card category

cr-card:
[ 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>