vue-svgicon
- Version 3.3.2
- Published
- 144 kB
- 7 dependencies
- MIT license
Install
npm i vue-svgicon
yarn add vue-svgicon
pnpm add vue-svgicon
Overview
A tool to create svg icon components. (vue 2.x)
Index
Classes
class VueSvgIcon
class VueSvgIcon extends Vue {}
property icons
static icons: { [key: string]: Icon };
property install
static install: PluginFunction<{ tagName?: string; classPrefix?: string; isStroke?: boolean; isOriginalDefault?: boolean; defaultWidth?: string; defaultHeight?: string;}>;
property register
static register: (data: { [key: string]: Icon }) => void;
Package Files (1)
Dependencies (7)
Dev Dependencies (30)
- @types/chai
- @types/fs-plus
- @types/glob
- @types/highlight.js
- @types/lodash.merge
- @types/mocha
- @types/svgo
- @types/yargs
- @vue/cli-plugin-babel
- @vue/cli-plugin-typescript
- @vue/cli-plugin-unit-mocha
- @vue/cli-service
- @vue/test-utils
- chai
- highlight.js
- lint-staged
- node-sass
- prettier
- prettier-stylelint
- sass-loader
- stylelint-config-standard
- stylelint-order
- ts-node
- typescript
- vue
- vue-class-component
- vue-property-decorator
- vue-template-compiler
- webpack-bundle-analyzer
- webpack-cli
Peer Dependencies (2)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/vue-svgicon
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/vue-svgicon)
- HTML<a href="https://www.jsdocs.io/package/vue-svgicon"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3570 ms. - Missing or incorrect documentation? Open an issue for this package.