Getting Started
Installation
Install the package for your framework.
Install the package for your framework.
React
Choose standard or performance-optimized components depending on your needs.
Standard
Includes all six styles in each component. Best for dynamic style changes.
npm install @solar-icons/reactPerformance
Includes one style per component. Best for minimal bundle sizes.
npm install @solar-icons/react-perfVue
Includes multi-style components, global configuration, and category imports.
npm install @solar-icons/vueNuxt
Nuxt 3+ module with auto-import and configuration support.
nuxi module add @solar-icons/nuxtSvelte
Svelte 5 components using runes.
npm install @solar-icons/svelteSolid
Lightweight SolidJS components.
npm install @solar-icons/solidAngular
Angular 17+ components using signals.
npm install @solar-icons/angularHow is this guide?
Last updated on