@hidoo/kss-builder

v1.1.0

Provides a custom builder for kss-node.

kss-c-icon

component for icon.

core module of kss-c-icon

default style of kss-c-icon

default
<span class="kss-c-icon"></span>

The type modifiers of kss-c-icon

The type modifiers of kss-c-icon

default
kss-c-icon--type-drawer
drawer icon (supports color scheme)
kss-c-icon--type-expand
expand icon (supports color scheme)
<span class="kss-c-icon  {{modifier_class}}"></span>
<a href="javascript:;">
  <span class="kss-c-icon  {{modifier_class}}"></span>
</a>
<button type="button">
  <span class="kss-c-icon  {{modifier_class}}"></span>
</button>