Skip to content

An optimized package with SVG logos to be used as Vue components ✨

License

selemondev/svgl-vue

Svgl Vue ✨

npm version npm downloads install size

Svgl Vue is an open-source npm package that offers a collection of high-quality brand SVG logos as reusable Vue components with complete TypeScript support.

This package is powered by the official pheralb/svgl repository.

✨ Features

  • 💪 Fully typed Vue components.
  • 🍃 Tree-shakable — only what you use will be bundled.

📦 Installation

# ✨ Auto-detect
npx nypm install @selemondev/svgl-vue

# npm
npm install @selemondev/svgl-vue

# yarn
yarn add @selemondev/svgl-vue

# pnpm
pnpm install @selemondev/svgl-vue

# bun
bun install @selemondev/svgl-vue

# deno
deno install @selemondev/svgl-vue

🚀 Usage

Visit the Svgl logos page to explore the available Svgl logos.

<script setup lang="ts">
import { SvglVueLogo } from '@selemondev/svgl-vue';
</script>
<template>
  <SvglVueLogo :height="200" :width="200" />
</template>

©️ Eco-system

About

An optimized package with SVG logos to be used as Vue components ✨

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks