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
- Host: GitHub
- URL: https://github.com/xiaoluoboding/vuepress-plugin-svg-sprite
- Owner: xiaoluoboding
- License: mit
- Created: 2020-03-20T08:54:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T14:24:59.000Z (over 2 years ago)
- Last Synced: 2025-02-09T22:33:08.256Z (5 months ago)
- Topics: svg, svg-icons, svg-sprites, svgo, vuepress, vuepress-plugin
- Language: JavaScript
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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