Files
DiceCloud/rpg-docs/client/views/character/proficiencies/proficiencyView/proficiencyView.html

7 lines
200 B
HTML

<template name="proficiencyView">
<div class="proficiencyView" layout horizontal center>
<core-icon icon="{{profIcon}}"></core-icon>
<div class="sideMargin">{{getName}}</div>
</div>
</template>