MeloSpot Icons is available for all major frameworks. Choose the package that fits your tech stack.
@melospot/icons-react
Official React components for MeloSpot Icons. Works with Next.js, Create React App, and Vite.
npm install @melospot/icons-react@melospot/icons-vue
Vue 3 components for MeloSpot Icons. Compatible with Nuxt 3 and Vite.
npm install @melospot/icons-vue@melospot/icons-svelte
Svelte components for MeloSpot Icons. Works with SvelteKit.
npm install @melospot/icons-svelte@melospot/icons-angular
Angular components for MeloSpot Icons. Compatible with Angular 15+.
npm install @melospot/icons-angular@melospot/icons-solid
Solid.js components for MeloSpot Icons.
npm install @melospot/icons-solid@melospot/icons-preact
Preact components for MeloSpot Icons. Lightweight alternative to React.
npm install @melospot/icons-preact@melospot/icons-react-native
React Native components for MeloSpot Icons. Works with Expo.
npm install @melospot/icons-react-native@melospot/icons-svg
Raw SVG files for use in any project. No framework required.
npm install @melospot/icons-svgYou can also use MeloSpot Icons directly from a CDN without any build step:
<!-- Include via CDN --> <script src="https://unpkg.com/@melospot/icons@latest/dist/icons.min.js"></script> <!-- Use in HTML --> <svg class="melospot-icon"> <use href="#arrow-right"></use> </svg>