UNPKG

ferngully-aurelia-tools

Version:

Ferngully Tools for Aurelia

8 lines (7 loc) 376 B
<template> <!--<require from="./boolean-button.css"/> <require from="../../../fonts/ferngullyiconfont/styles.css"/>--> <button type="button" class-name.one-way="'btn booleanButton ' + class" style="cursor: pointer;" click.delegate="target = !target"> <i class.one-way="iconClass" style.one-way="iconStyle"></i><slot></slot> </button> </template>