Svgl Vue

A beautiful library of Svg logos for Vue 3

Codex Anthropic
Codex Anthropic

Installation

pnpm add @selemondev/svgl-vue

Usage

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

Feedback

Found an issue? Submit it here .