{"id":28962449,"url":"https://github.com/selemondev/svgl-vue","last_synced_at":"2026-05-14T02:02:50.607Z","repository":{"id":294323935,"uuid":"986615275","full_name":"selemondev/svgl-vue","owner":"selemondev","description":"An optimized package with SVG logos to be used as Vue components ✨","archived":false,"fork":false,"pushed_at":"2026-04-18T22:56:11.000Z","size":1273,"stargazers_count":43,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-18T23:38:34.700Z","etag":null,"topics":["logos","logos-svg","svg","svgl","svgl-vue","vue3"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selemondev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-19T21:57:24.000Z","updated_at":"2026-04-18T22:54:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"d91772ae-eeb9-470d-afe4-27dc3f097ddb","html_url":"https://github.com/selemondev/svgl-vue","commit_stats":null,"previous_names":["selemondev/svgl-vue"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/selemondev/svgl-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selemondev%2Fsvgl-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selemondev%2Fsvgl-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selemondev%2Fsvgl-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selemondev%2Fsvgl-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selemondev","download_url":"https://codeload.github.com/selemondev/svgl-vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selemondev%2Fsvgl-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32162614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"online","status_checked_at":"2026-04-23T02:00:06.710Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["logos","logos-svg","svg","svgl","svgl-vue","vue3"],"created_at":"2025-06-24T03:06:47.583Z","updated_at":"2026-04-23T02:05:05.603Z","avatar_url":"https://github.com/selemondev.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n \u003cimg align=\"center\" src=\"https://svgl.app/library/svgl.svg\" height=\"96\" /\u003e\n \u003ch1 align=\"center\"\u003e\n  Svgl Vue ✨\n \u003c/h1\u003e\n\u003c/p\u003e\n\n\n\u003c!-- automd:badges color=\"green\" license name=\"@selemondev/svgl-vue\" packagephobia --\u003e\n[![CI](https://github.com/selemondev/svgl-vue/actions/workflows/ci.yml/badge.svg)](https://github.com/selemondev/svgl-vue/actions/workflows/ci.yml)\n[![npm version](https://img.shields.io/npm/v/@selemondev/svgl-vue?color=green)](https://npmjs.com/package/@selemondev/svgl-vue)\n[![npm downloads](https://img.shields.io/npm/dm/@selemondev/svgl-vue?color=green)](https://npm.chart.dev/@selemondev/svgl-vue)\n[![install size](https://badgen.net/packagephobia/install/@selemondev/svgl-vue?color=green)](https://packagephobia.com/result?p=@selemondev/svgl-vue)\n\n\u003c!-- /automd --\u003e\n\n\n**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.\n\nThis package is powered by the official [`pheralb/svgl`](https://github.com/pheralb/svgl) repository.\n\n## ✨ Features\n\n- 💪 Fully typed Vue components.\n- 🍃 Tree-shakable — only what you use will be bundled.\n\n## 📦 Installation\n\n\u003c!-- automd:pm-install name=\"@selemondev/svgl-vue\" --\u003e\n\n```sh\n# ✨ Auto-detect\nnpx nypm install @selemondev/svgl-vue\n\n# npm\nnpm install @selemondev/svgl-vue\n\n# yarn\nyarn add @selemondev/svgl-vue\n\n# pnpm\npnpm install @selemondev/svgl-vue\n\n# bun\nbun install @selemondev/svgl-vue\n\n# deno\ndeno install @selemondev/svgl-vue\n```\n\n\u003c!-- /automd --\u003e\n\n\n## 🚀 Usage\n\nVisit the [Svgl logos](https://svgl.app) page to explore the available Svgl logos.\n\n```html\n\u003cscript setup lang=\"ts\"\u003e\nimport { SvglVueLogo } from '@selemondev/svgl-vue';\n\u003c/script\u003e\n\u003ctemplate\u003e\n  \u003cSvglVueLogo :height=\"200\" :width=\"200\" /\u003e\n\u003c/template\u003e\n```\n\n## ©️ Eco-system\n\n- [svgl-react](https://github.com/ridemountainpig/svgl-react) for the React eco-system.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselemondev%2Fsvgl-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselemondev%2Fsvgl-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselemondev%2Fsvgl-vue/lists"}