0.0.3 â€ĸ Published 7 months ago

@selemondev/svgl-svelte v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago