stacks-icon-helper
v1.0.0
Published
A helper for letting you use Stacks icons in the front-end.
Downloads
15
Readme
Stacks Icon Helper
This package provides a front-end JavaScript file which will let you use Stacks Icons from Stack Overflow's design system.
N.B. This is not intented to be used in production.
Usage
<svg class="svg-icon iconUnorderedList"></svg>
This package looks out for svg-icon
and icon*
. If the icon doesn't exist in Stacks, nothing happens. Any other classes will be passed to the included SVG e.g., native
Building
If there is a new version of Stacks, first update (after navigating to the project, of course):
npm update
npm run build
You should get an output similar to:
Successfuly built with 227 icons