0.0.3 âĸ Published 7 months ago
@selemondev/svgl-svelte v0.0.3
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.
⨠Features
- đĒ Fully typed Svelte components.
- đ Tree-shakable â only what you use will be bundled.
đĻ Installation
npm install @selemondev/svgl-svelte
# or
yarn add @selemondev/svgl-svelte
# or
pnpm add @selemondev/svgl-svelte
# or
bun add @selemondev/svgl-svelteđ Usage
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}" />ÂŠī¸ Eco-system
svgl-react for the React eco-system.
svgl-vue for the Vue eco-system.