Icon buttons

Standard icon button

Interfaces:
id: id of component
class: class of component
onclick: JavaScript action happening when button is clicked
<ButtonIcon>[your icon]</ButtonIcon>

Standard icon button as link

Interfaces:
id: id of component
class: class of component
href: href attribute of link
<ButtonIconLink>[your icon]</ButtonIconLink>

Colored icon button

Interfaces:
id: id of component
class: class of component
color: css color of button
onclick: JavaScript action happening when button is clicked
<ButtonIconColored>[your icon]</ButtonIconColored>

Colored icon button as link

Interfaces:
id: id of component
class: class of component
color: css color of button
href: href attribute of link
<ButtonIconColoredLink>[your icon]</ButtonIconColoredLink>