0.0.3 âĸ Published 7 months ago
@selemondev/svgl-vue v0.0.3
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
- svgl-react for the React eco-system.