{"id":14973702,"url":"https://github.com/kanejun-x/vue-bubble-ui","last_synced_at":"2026-03-06T18:11:55.884Z","repository":{"id":249062730,"uuid":"830510009","full_name":"kanejun-x/Vue-Bubble-UI","owner":"kanejun-x","description":"A highly configurable Bubble UI Vue.js component, similar to the iconic Apple Watch app layout.","archived":false,"fork":false,"pushed_at":"2024-07-19T12:06:17.000Z","size":257,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T16:19:49.878Z","etag":null,"topics":["applewatch","bubble","bubble-ui"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/vue-bubble-ui","language":"TypeScript","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/kanejun-x.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-07-18T12:16:57.000Z","updated_at":"2024-07-19T15:03:56.000Z","dependencies_parsed_at":"2024-07-24T08:32:50.937Z","dependency_job_id":null,"html_url":"https://github.com/kanejun-x/Vue-Bubble-UI","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.4,"last_synced_commit":"174a43f1fb93271c79122bade70a089218675c66"},"previous_names":["kanejun-x/vue-bubble-ui"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanejun-x%2FVue-Bubble-UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanejun-x%2FVue-Bubble-UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanejun-x%2FVue-Bubble-UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanejun-x%2FVue-Bubble-UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanejun-x","download_url":"https://codeload.github.com/kanejun-x/Vue-Bubble-UI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242031718,"owners_count":20060630,"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":["applewatch","bubble","bubble-ui"],"created_at":"2024-09-24T13:49:16.056Z","updated_at":"2025-12-01T18:05:01.045Z","avatar_url":"https://github.com/kanejun-x.png","language":"TypeScript","funding_links":["https://paypal.me/blakesanie?locale.x=en_US"],"categories":[],"sub_categories":[],"readme":"# Vue-Bubble-UI 🔮\n\n[![Version](https://img.shields.io/npm/v/vue-bubble-ui.svg)](https://www.npmjs.com/package/vue-bubble-ui)\n![Prerequisite](https://img.shields.io/badge/node-%3E%3D18-blue.svg)\n[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/kanejun-x/Vue-Bubble-UI#readme)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/kanejun-x/Vue-Bubble-UI/graphs/commit-activity)\n[![License: MIT](https://img.shields.io/github/license/kanejun-x/vue-bubble-ui)](https://github.com/kanejun-x/Vue-Bubble-UI/blob/master/LICENSE)\n[![Twitter: kanejun-x](https://img.shields.io/twitter/follow/kanejun-x.svg?style=social)](https://twitter.com/kanejun-x)\n\nA highly configurable Bubble UI Vue.js component, similar to the iconic Apple Watch app layout.\n\nOriginally known as [React-Bubble-UI](https://github.com/blakesanie/React-Bubble-UI), this package is re-created for Vue.js.\n\n\u003cimg src=\"https://github.com/blakesanie/React-Bubble-UI/raw/main/example/public/demo.gif\" style=\"border-radius: 30px\"/\u003e\n\n## Prerequisites\n\n- node \u003e=18\n\n## Install\n\nUsing npm:\n\n```sh\nnpm i vue-bubble-ui\n```\n\nUsing yarn:\n\n```sh\nyarn add vue-bubble-ui\n```\n\n## Interactive Demo\n\nInteract with a live demo to configure to UI to your liking.\n\n[**Experience Demo**](https://blakesanie.github.io/React-Bubble-UI/#/demo)\n\n## Thorough Documentation\n\nUnderstand how to apply the component's high confirgurability to your design.\n\n[**Read Docs**](https://blakesanie.github.io/React-Bubble-UI/#/docs)\n\n## How to use for Vue.js\n\n```vue\n\u003cscript setup lang=\"ts\"\u003e\nimport { BubbleUi, type BubbleUiProps } from 'vue-bubble-ui'\n// write your code\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cdiv :style=\"{ width: '100vw', height: '100vh' }\"\u003e\n    \u003cbubble-ui :items=\"data\" :options=\"options\"\u003e\n      \u003ctemplate #item=\"{ item, bubble }\"\u003e write your bubble code here \u003c/template\u003e\n    \u003c/bubble-ui\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n```\n\nPlease see `src/App.vue` for the detail.\n\nEach element in the `items` of props can be access from `item`.\nThe position and size of each element can be got from `bubble` with the type below.\n\n```ts\n{\n  bubbleSize: number\n  translateX: number\n  translateY: number\n  distance: number\n}\n```\n\n## Author\n\nThis package was re-created for Vue.js by [Junichi Kaneda](https://github.com/kanejun-x) in 2024.\n\n- Twitter: [@kanejun-x](https://twitter.com/kanejun-x)\n- Github: [@kanejun-x](https://github.com/kanejun-x)\n\nOriginal React package was created by [Blake Sanie](https://github.com/blakesanie) in 2020.\n\n- Like what you see? [View his other projects 📱 ](https://blakesanie.com/cs), [read his blog 💻 ](https://blakesanie.medium.com), or [buy him a coffee ☕](https://paypal.me/blakesanie?locale.x=en_US).\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\nFeel free to check [issues page](https://github.com/kanejun-x/Vue-Bubble-UI/issues).\n\nI highly encourage you to help improve this package further through the following steps:\n\n1. Clone this repository\n2. Branch off for the new feature\n3. Contribute the feature (write the code)\n4. Push to origin repository\n5. Create a Pull Request\n\nThis package assumes you are using [Conventional Commit messages](https://www.conventionalcommits.org/en/v1.0.0/).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nMIT © [blakesanie](https://github.com/blakesanie)\n\n---\n\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanejun-x%2Fvue-bubble-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanejun-x%2Fvue-bubble-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanejun-x%2Fvue-bubble-ui/lists"}