About the cr-button category

cr-button:
[ This description is mirrored from README.md at github.com/Dabolus/cr-button on 2019-05-10 ]

<cr-button>

A Clash Royale styled button for Polymer 2.

Example:

<cr-button>Normal</cr-button>
<cr-button success>Success</cr-button>
<cr-button info>Info</cr-button>
<cr-button error>Error</cr-button>
<cr-button disabled>Disabled</cr-button>