{"id":23477343,"url":"https://github.com/vuebits/ui","last_synced_at":"2025-04-14T20:21:49.107Z","repository":{"id":41049992,"uuid":"342309246","full_name":"vuebits/ui","owner":"vuebits","description":"Vuebits UI - Open source Vue 3 components library written in TypeScript and Sass","archived":false,"fork":false,"pushed_at":"2024-07-29T10:55:38.000Z","size":1442,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T08:41:01.456Z","etag":null,"topics":["design-system","sass","scss","ui","ui-components","ui-design","ui-framework","ui-kit","uikit","vue","vue-components","vue-js","vue3","vue3-typescript","vuejs"],"latest_commit_sha":null,"homepage":"https://vuebits-ui.github.io/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vuebits.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-02-25T16:34:33.000Z","updated_at":"2025-03-02T13:28:02.000Z","dependencies_parsed_at":"2024-04-04T19:55:15.694Z","dependency_job_id":null,"html_url":"https://github.com/vuebits/ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuebits%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuebits%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuebits%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuebits%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vuebits","download_url":"https://codeload.github.com/vuebits/ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505862,"owners_count":21115354,"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":["design-system","sass","scss","ui","ui-components","ui-design","ui-framework","ui-kit","uikit","vue","vue-components","vue-js","vue3","vue3-typescript","vuejs"],"created_at":"2024-12-24T18:26:41.618Z","updated_at":"2025-04-14T20:21:49.086Z","avatar_url":"https://github.com/vuebits.png","language":"Vue","readme":"\u003ch1 align=\"center\"\u003eVuebits UI\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://vuejs.org/\"\u003e\n    \u003cimg alt=\"Vuebits UI\" src=\"https://user-images.githubusercontent.com/18534115/109525516-e1248880-7ab1-11eb-8a22-1e1d16c19362.png\" height=\"192\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003ch4 align=\"center\"\u003eVue 3 components library\u003c/h4\u003e\n\n## Table of Contents\n\n- [Documentation](#documentation)\n- [Features](#features)\n- [Installation](#installation)\n- [Quick start](#quick-start)\n\n## Documentation\nTo check out docs, visit [vuebits-ui.github.io](https://vuebits-ui.github.io/) page.\n\n## Features\n- 45+ UI components,\n- directives,\n- customizable styles (sass variables),\n- internationalization,\n- compatibility with all popular icon systems,\n- full typescript support,\n- helper css classes,\n- ... and more\n\n## Installation\n\n`npm i @vuebits/ui` / `yarn add @vuebits/ui`\n\n## Quick start\n\nAdd library to your Vue 3 app in entry file (eg. main.js):\n\n```javascript\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport { createUI } from '@vuebits/ui';\n\nconst config = {\n  // your config here\n};\n\ncreateApp(App)\n  .use(createUI(config))\n  .mount('#app');\n```\n\nImport stylesheet file:\n\n```scss\n@import '~@vuebits/ui/styles';\n```\n\nInstall fontawesome icons in your project:\n\n```bash\nnpm i @fortawesome/fontawesome-free\n```\n\nand import icons in your styles:\n\n```scss\n@import '~@fortawesome/fontawesome-free/css/all.css';\n```\n\n## License\n[MIT](https://opensource.org/licenses/MIT)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuebits%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvuebits%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuebits%2Fui/lists"}