4 kss-c-button
component for button.
4.1 core
core module of kss-c-button
4.1.1 default style
default style of kss-c-button
default
<!-- link element -->
<a class="kss-c-button" href="javascript:;">
<span class="kss-c-button__label kss-c-text">Lorem ipsum dolor sit amet.</span>
</a>
<!-- button element -->
<button class="kss-c-button">
<span class="kss-c-button__label kss-c-text">Lorem ipsum dolor sit amet.</span>
</button>