General usage
Vueless supports the dynamic import of SVG icons, so you don’t need to explicitly import them. Simply set the icon name in the component, and you’ll get perfectly optimized SVG icons in your project.
Vueless comes with built-in support for three popular SVG icon libraries:
1. Install the desired icon library package.
2. Define the icon library inside the defaults
key of the UIcon
component configuration.
vueless.config.js
3. Use the SVG icon anywhere in the project.
Last updated