Button
This is the documentation on how to use the Button component on your stack theme.
Integration
SCSS
@use '~@growstocks/stack/Components/Button';
...
@include Button.render(
...
);HTML
<button class="sc-button">
<i class="material-icons sc-button__icon" aria-hidden="true">thumb_up</i>
<span class="sc-button__label">Liked</span>
</button>API
CSS Classes
Overriding API
Last updated