{"id":17228516,"url":"https://github.com/simshaun/mdi-vue","last_synced_at":"2026-04-25T08:34:46.482Z","repository":{"id":143749243,"uuid":"363313524","full_name":"simshaun/mdi-vue","owner":"simshaun","description":"This library generates Vue 3 components for Google's Material Design icons library.","archived":false,"fork":false,"pushed_at":"2024-08-16T19:30:31.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T12:04:29.811Z","etag":null,"topics":["materialdesignicons","mdi","vue","vue3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simshaun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-01T03:24:41.000Z","updated_at":"2024-08-16T19:30:06.000Z","dependencies_parsed_at":"2024-08-16T20:37:29.603Z","dependency_job_id":null,"html_url":"https://github.com/simshaun/mdi-vue","commit_stats":null,"previous_names":["simshaun/mdi-vue","foxandfly/mdi-vue"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/simshaun/mdi-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simshaun%2Fmdi-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simshaun%2Fmdi-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simshaun%2Fmdi-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simshaun%2Fmdi-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simshaun","download_url":"https://codeload.github.com/simshaun/mdi-vue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simshaun%2Fmdi-vue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263507812,"owners_count":23477401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["materialdesignicons","mdi","vue","vue3"],"created_at":"2024-10-15T04:44:21.879Z","updated_at":"2026-04-25T08:34:46.453Z","avatar_url":"https://github.com/simshaun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Material Design Icons\n\n[![npm](https://img.shields.io/npm/v/@libshaun/mdi-vue)](https://www.npmjs.com/package/@libshaun/mdi-vue)\n\nThis library generates Vue 3 components for Google's Material Design icons library.\nhttps://github.com/google/material-design-icons\n\n## Usage\n\n1. Install the package.\n\n   ```console\n   npm i @libshaun/mdi-vue\n   ```\n\n2. Import an icon component.\n\n   * Option 1:\n\n   ```javascript\n   import Map from '@libshaun/mdi-vue/Map';\n   ```\n\n   * Option 2:\n\n   ```javascript\n   import { Map } from '@libshaun/mdi-vue';\n   ```\n\n   \u003e Option 1 is safer to use, but Option 2 is a bit cleaner. Make sure you utilize\n     tree shaking if using the second approach or you will end up with a multi-MB bundle.\n\n3. Then use it somewhere. e.g.\n\n   ```html\n   \u003ctemplate\u003e\n    \u003cbutton\u003e\n      \u003cMap /\u003e\n      Map\n    \u003c/button\u003e\n   \u003c/template\u003e\n\n   \u003cscript\u003e\n   import { Map } from '@libshaun/mdi-vue';\n   import { defineComponent } from 'vue'\n\n   export default defineComponent({\n     components: {\n       Map,\n     },\n   })\n   \u003c/script\u003e\n   ```\n\n## How to generate icons\n\n1. Fork and/or clone this repo.\n\n2. Install dependencies.\n\n   ```console\n   npm install\n   ```\n\n3. Run the generator script.\n\n   ```console\n   npm run generate\n   ```\n\n## Maintenance\n\nSimply push a new tag and the GitHub Action will generate the components and release on NPM.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimshaun%2Fmdi-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimshaun%2Fmdi-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimshaun%2Fmdi-vue/lists"}