{"id":15263188,"url":"https://github.com/sparkmeter/buefy-feather-icon","last_synced_at":"2026-01-05T03:42:57.789Z","repository":{"id":46221390,"uuid":"414818590","full_name":"sparkmeter/buefy-feather-icon","owner":"sparkmeter","description":"Integrate the vue-feather icon component with the Buefy component framework","archived":false,"fork":false,"pushed_at":"2022-02-03T19:30:52.000Z","size":899,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T15:01:42.120Z","etag":null,"topics":["bulma","feather-icons","hacktoberfest","icons","vue","vuejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/sparkmeter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-08T02:19:16.000Z","updated_at":"2021-12-26T03:10:24.000Z","dependencies_parsed_at":"2022-09-15T22:13:14.483Z","dependency_job_id":null,"html_url":"https://github.com/sparkmeter/buefy-feather-icon","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkmeter%2Fbuefy-feather-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkmeter%2Fbuefy-feather-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkmeter%2Fbuefy-feather-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkmeter%2Fbuefy-feather-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparkmeter","download_url":"https://codeload.github.com/sparkmeter/buefy-feather-icon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244900246,"owners_count":20528669,"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":["bulma","feather-icons","hacktoberfest","icons","vue","vuejs"],"created_at":"2024-09-30T04:06:46.804Z","updated_at":"2026-01-05T03:42:57.752Z","avatar_url":"https://github.com/sparkmeter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/npm/v/buefy-feather-icon)](https://www.npmjs.com/package/buefy-feather-icon)\n\n## buefy-feather-icon\n\nUse [vue-feather](https://www.npmjs.com/package/vue-feather) icon components in [Buefy](https://www.npmjs.com/package/buefy).\n\n```vue\n\u003cb-button type=\"is-primary\" icon-left=\"information\"\u003eDetails\u003c/b-button\u003e\n```\n\n## Installation\n\n```shell\nnpm install buefy-feather-icon\n```\n\nThen, add the following to your application's entrypoint:\n\n```js\nimport Vue from \"vue\";\nimport Buefy from \"buefy\";\nimport \"buefy/dist/buefy.css\";\nimport VueFeather from \"vue-feather\";\nimport BuefyFeatherIcon from \"buefy-feather-icon\";\n\nVue.use(VueFeather);\n\n// Add the following fields to your Buefy configuration\nVue.use(Buefy, {\n  defaultIconPack: \"feather-icons\",\n  defaultIconComponent: BuefyFeatherIcon,\n});\n\n// Proceed with application initialization\nnew Vue(/** **/).$mount(\"#app\");\n```\n\n## Configuration\n\nBuefy uses the names of Font Awesome icons for its bundled components. For\nexample, it will use `times` when attempting to render a close _x_. The Feather\nicon collection uses a different set of names for some of these. This library\nships with a basic set of mappings from Font Awesome to Feather. However, it is\nnot complete (PRs welcome!). To that end, if you wish to fill a gap, or\noverride any of the builtins icons, add the following configuration to your\nentrypoint.\n\n```js\nVue.use(BuefyFeatherIcon, {\n  aliases: {\n    \"font-awesome-icon-name\": \"feather-icon-name\",\n  },\n});\nVue.use(Buefy, {\n  defaultIconPack: \"feather-icons\",\n  defaultIconComponent: BuefyFeatherIcon,\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkmeter%2Fbuefy-feather-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparkmeter%2Fbuefy-feather-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkmeter%2Fbuefy-feather-icon/lists"}