Svgl Svelte is an open-source npm package that offers a collection of high-quality brand SVG logos as reusable Svelte components with complete TypeScript support.
This package is powered by the official pheralb/svgl
repository.
npm install @selemondev/svgl-svelte
# or
yarn add @selemondev/svgl-svelte
# or
pnpm add @selemondev/svgl-svelte
# or
bun add @selemondev/svgl-svelte
Visit the Svgl logos page to explore the available Svgl logos.
<script lang="ts">
import { SvelteLogo } from '@selemondev/svgl-svelte';
</script>
<SvelteLogo height={200} width={200} />
svgl-react for the React eco-system.
svgl-vue for the Vue eco-system.