{"id":21890933,"url":"https://github.com/statikbe/repair-components","last_synced_at":"2026-04-19T03:32:47.963Z","repository":{"id":65044484,"uuid":"363156688","full_name":"statikbe/repair-components","owner":"statikbe","description":"This package contains Vue components for Repair projects, styled with TailwindCSS.","archived":false,"fork":false,"pushed_at":"2023-10-04T01:11:37.000Z","size":91512,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T03:11:56.891Z","etag":null,"topics":["tailwindcss","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statikbe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-04-30T13:55:06.000Z","updated_at":"2022-11-10T11:04:35.000Z","dependencies_parsed_at":"2025-01-26T21:36:56.612Z","dependency_job_id":"be3df3d8-3423-4310-8583-50024e51012d","html_url":"https://github.com/statikbe/repair-components","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/statikbe/repair-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Frepair-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Frepair-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Frepair-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Frepair-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statikbe","download_url":"https://codeload.github.com/statikbe/repair-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statikbe%2Frepair-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31993792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["tailwindcss","vuejs"],"created_at":"2024-11-28T12:18:19.339Z","updated_at":"2026-04-19T03:32:47.935Z","avatar_url":"https://github.com/statikbe.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repair-components\n\nThis package contains Vue components for Repair projects, styled with TailwindCSS.\n\n## Installation\n\nInstall the package to your Repair project:\n\n```\nyarn add @statikbe/repair-components\n```\n\nThen install the plugin:\n\n```js\nimport RepairComponents from '@statikbe/repair-components';\n\nVue.use(RepairComponents);\n```\n\nMake sure to add the vue-i18n instance to your Vue initialization to make translations work:\n\n```js\nimport { i18n } from '@statikbe/repair-components';\n\nnew Vue({\n  i18n,\n}).$mount('#app');\n```\n\nAlternatively, if using Nuxt, make sure to pass the existing i18n instance from the nuxt-i18n module, will get extended with the necessary translations:\n\n```js\n@todo check repmap\n```\n\n### Options\n\nYou can pass some options:\n\n```js\nVue.use(RepairComponents, {\n  i18n, // for Nuxt, see above\n  icons: {\n    myIcon: '...',\n    // key = identifier (as passed to r-icon name prop)\n    // value = SVG path \"d\" attribute as string\n  },\n});\n```\n\n## Documentation\n\nCheck out the components and their props at the Storybook [documentation](https://statikbe.github.io/repair-components/).\n\n## For developers\n\n### Publishing to NPM\n\nFirst, run `yarn build` to build this package as a library.\n\nTo publish this package to the NPM registry, make sure you are logged in with statikbe credentials (see 1pw) using `npm login`, then run `npx np --no-2fa`. Respect the [semantic versioning](https://semver.org/) guidelines when doing so!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatikbe%2Frepair-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatikbe%2Frepair-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatikbe%2Frepair-components/lists"}