An open API service indexing awesome lists of open source software.

https://github.com/xiaoluoboding/vuepress-plugin-svg-sprite

🔌SVG Sprite plugin for Vuepress generate with svg-sprite-loader and optimised with svgo-loader
https://github.com/xiaoluoboding/vuepress-plugin-svg-sprite

svg svg-icons svg-sprites svgo vuepress vuepress-plugin

Last synced: 3 months ago
JSON representation

🔌SVG Sprite plugin for Vuepress generate with svg-sprite-loader and optimised with svgo-loader

Awesome Lists containing this project

README

        

# Vuepress Plugin Svg Sprite

Register a global `` component for VuePress.

## See Demo on CodeSandbox

## Installation

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

## Register the plugin

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

## Usage

```vue

```

## API

| Props | Description | Type | Default |
| :---: | :---------: | :--: | :-----: |
| symbol | - | String | - |
| iconClass | - | String | - |

## License

MIT