sax-design-vue-iconify
v0.0.3
Published
Build-time Iconify integration for Sax Design Vue
Readme
sax-design-vue-iconify
Vite-only Iconify integration for Sax Design Vue.
- Static
<s-icon name="cb:add" />values become direct per-icon SVG imports. - Dynamic values use the explicit
safelistinsax-icons.config.ts. mode: 'api'fetches only used icons at build time and caches them locally.mode: 'local'reads installed Iconify JSON packages for offline builds.- Collection JSON stays in the build process and is not shipped to browsers.
See the Sax Design Vue icon guide for configuration and usage.
