octicons-marko
v2.0.0
Published
Octicon component for Marko.js, using inline SVG.
Downloads
4
Readme
Octicon Marko.js Component
Use Octicons in your Marko.js application.
This module was inspired by the Vue.js Octicon component.
Get started
You just have to install octicons-marko and include it into your app:
# Install octicons-marko via npm
$ npm install octicons-marko
Basic
<octicon name="git-pull-request"></octicon>
Scale
<octicon name="repo" scale="3"></octicon>
Spin
<octicon name="sync" spin></octicon>
Flip
<octicon name="squirrel" flip="vertical"></octicon>
<octicon name="squirrel" flip="horizontal"></octicon>