0.1.0 • Published 4 years ago

vuepress-plugin-svg-sprite v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Vuepress Plugin Svg Sprite

Register a global <svg-icon /> component for VuePress.

See Demo on CodeSandbox

Installation

yarn add vuepress-plugin-svg-sprite -S
or
npm i vuepress-plugin-svg-sprite -S

Register the plugin

...
module.exports = {
  ...,
  plugins: {
    ['svg-sprite']
  },
  ...
}
...

Usage

<svg-icon symbol="github" />

API

PropsDescriptionTypeDefault
symbol-String-
iconClass-String-

License

MIT