dachengzi000 / svgicon

SVG icon components and tool set

Home Page:https://mmf-fe.github.io/svgicon/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svg Icon Packages

Features

  • Support multiple js frameworks
  • Load with webpack loader
  • Supports multiple colors, including gradients; Supports set fill and stroke attributes at the same time; supports original colors, and can modify a certain color; Supports zoom, animation etc.
  • Icon Preview

Packages

  • @yzfe/svgicon Generate the data required by the SVG icon component according to the incoming parameters (props)
  • @yzfe/vue-svgicon SVG icon component for vue2.x
  • @yzfe/vue3-svgicon SVG icon component for vue3.x
  • @yzfe/react-svgicon SVG icon component for react
  • @yzfe/svgicon-gen Generate icon data (icon name and processed SVG content) based on the content of the SVG file
  • @yzfe/svgicon-loader Load the SVG file as icon data (vue) or SVG icon component (react), the generated code can be customized
  • @yzfe/svgicon-viewer Preview SVG icon
  • @yzfe/vue-cli-plugin-svgicon A vue-cli plugin that can quickly configure svgicon
  • @yzfe/svgicon-polyfill SVG innerHTML compatible (IE)

Documentation

Refer to the documentation

License

MIT

About

SVG icon components and tool set

https://mmf-fe.github.io/svgicon/en/

License:MIT License


Languages

Language:TypeScript 60.3%Language:JavaScript 30.4%Language:Vue 4.1%Language:SCSS 2.8%Language:HTML 1.0%Language:Shell 0.7%Language:CSS 0.6%