@selemondev/svgl-vue
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Svgl Vue ✨

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

npm install @selemondev/svgl-vue
# or
yarn add @selemondev/svgl-vue
# or
pnpm add @selemondev/svgl-vue
# or
bun add @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

Package Sidebar

Install

npm i @selemondev/svgl-vue

Weekly Downloads

209

Version

0.0.3

License

none

Unpacked Size

2.46 MB

Total Files

506

Last publish

Collaborators

  • selemondev