All Projects → ntnyq → vuepress-plugin-svg-icons

ntnyq / vuepress-plugin-svg-icons

Licence: MIT license
🔥 SVG sprite plugin for VuePress

Programming Languages

typescript
32286 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to vuepress-plugin-svg-icons

vuepress-creator
A lightweight creator for VuePress project.
Stars: ✭ 23 (+35.29%)
Mutual labels:  vuepress, vuepress-plugin
vuepress-plugin-autometa
Auto meta tags plugin for VuePress 1.x
Stars: ✭ 40 (+135.29%)
Mutual labels:  vuepress, vuepress-plugin
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (+170.59%)
Mutual labels:  vuepress, vuepress-plugin
vuepress-pass
VuePress authentication plugin
Stars: ✭ 13 (-23.53%)
Mutual labels:  vuepress, vuepress-plugin
vuepress-plugin-run
vuepress 在线运行 Vue 单文件
Stars: ✭ 28 (+64.71%)
Mutual labels:  vuepress, vuepress-plugin
what-if
My messy notebook, built with VuePress 2.
Stars: ✭ 17 (+0%)
Mutual labels:  vuepress, vuepress2
vuepress-plugin-demo-code
📝 Demo and code plugin for vuepress
Stars: ✭ 119 (+600%)
Mutual labels:  vuepress, vuepress-plugin
vuepress-theme-gungnir
A blog theme for VuePress 2.
Stars: ✭ 160 (+841.18%)
Mutual labels:  vuepress, vuepress2
vuepress-theme-thindark
A dark theme for VuePress.
Stars: ✭ 26 (+52.94%)
Mutual labels:  vuepress
vuepress-theme-ououe
A blog theme for VuePress
Stars: ✭ 77 (+352.94%)
Mutual labels:  vuepress
material-ui-toggle-icon
An animated toggle icon for Material-UI.
Stars: ✭ 32 (+88.24%)
Mutual labels:  icon
eryajf.github.io
📝 大千世界,何其茫茫。谨此笔记,记录过往。凭君阅览,小站洛荒。如能收益,莫大奢望
Stars: ✭ 159 (+835.29%)
Mutual labels:  vuepress
vuepress-homepage
📄 Elegant & friendly homepage (bio, tech portfolio, resume, doc...) template with Markdown and VuePress
Stars: ✭ 302 (+1676.47%)
Mutual labels:  vuepress
leaflet-defaulticon-compatibility
Retrieve all Leaflet Default Icon options from CSS, in particular all icon images URL's, to improve compatibility with bundlers and frameworks that modify URL's in CSS.
Stars: ✭ 71 (+317.65%)
Mutual labels:  icon
developer-docs
developers.komodoplatform.com
Stars: ✭ 24 (+41.18%)
Mutual labels:  vuepress
vue-icon-font
IconFont plugin for Vuejs
Stars: ✭ 25 (+47.06%)
Mutual labels:  icon
vuepress-theme-default-prefers-color-scheme
add prefers-color-scheme for vuepress default theme
Stars: ✭ 51 (+200%)
Mutual labels:  vuepress
berlinblockchainweek
Website for Berlin Blockchain Week 2018
Stars: ✭ 15 (-11.76%)
Mutual labels:  vuepress
vuepress-theme-aurora
🔥Aurora是一款基于Vuepress2的博客主题,将本地Markdown文件解析成静态html页面,作为博客文章。搭配说说,时间轴,文章分类,评论,友情链接,相册,音乐播放器等特色功能,给您不一样的使用体验。
Stars: ✭ 225 (+1223.53%)
Mutual labels:  vuepress
vuepress-theme-blog-vuetify
💥The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify
Stars: ✭ 37 (+117.65%)
Mutual labels:  vuepress

vuepress-plugin-svg-icons

NPM VERSION NPM DOWNLOADS LICENSE

❤️ SVG sprite plugin for VuePress

📖 Live Demo and Docs

Note

⚠️ Main branch since v5 is for VuePress v2

Check vuepress-v1 for VuePress v1 support.

Install

$ npm install @goy/vuepress-plugin-svg-icons -D
# OR
$ yarn add @goy/vuepress-plugin-svg-icons -D

Usage

import { defineUserConfig } from '@vuepress/cli'
import { svgIconPlugin } from '@goy/vuepress-plugin-svg-icons'

export default defineUserConfig({
  plugins: [svgIconPlugin()],
})

Create a folder named icons in your document sourceDir and put all your svg files in it.

All icons will be loaded automatic.

The plugin provides a global component named vp-icon.

Just enjoy it!

<vp-icon name="github" />

<vp-icon color="#3eaf7c" name="vue" />

<vp-icon color="#3eaf7c" name="vue" size="4em"/>

Custom options detail

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].