Icon buttons
Standard icon button
Interfaces:
id: id of component
class: class of component
onclick: JavaScript action happening when button is clicked
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
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
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>