{"id":22040416,"url":"https://github.com/inventsable/rear-vue-mirror","last_synced_at":"2026-05-17T19:39:40.724Z","repository":{"id":101223563,"uuid":"145511983","full_name":"Inventsable/rear-vue-mirror","owner":"Inventsable","description":"Vue component library for native-looking Adobe controls","archived":false,"fork":false,"pushed_at":"2019-10-16T16:06:58.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T09:25:54.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Inventsable.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-08-21T05:39:12.000Z","updated_at":"2019-10-16T16:07:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"c62eb181-6893-41b0-b7a4-51bd3f47ecfd","html_url":"https://github.com/Inventsable/rear-vue-mirror","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Inventsable/rear-vue-mirror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Frear-vue-mirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Frear-vue-mirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Frear-vue-mirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Frear-vue-mirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inventsable","download_url":"https://codeload.github.com/Inventsable/rear-vue-mirror/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Frear-vue-mirror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33152285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-30T11:14:22.865Z","updated_at":"2026-05-17T19:39:40.719Z","avatar_url":"https://github.com/Inventsable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rear-vue-mirror\n\nComponent library version of [rear-vue-inline](https://github.com/Inventsable/rear-vue-inline), example toolbar controls:\n\n## with [CEP Magic Mirror](https://github.com/Inventsable/CEP-Magic-Mirror)\n\n![menu](https://thumbs.gfycat.com/HonorableTotalAcornwoodpecker-size_restricted.gif)\n\nClass names handle everything in JS and CSS but clutter the HTML:\n\n``` html\n\u003cdiv class=\"adobe-toolbar\"\u003e\n  \u003cdiv class=\"adobe adobe-btn-switch-on\"\u003e\n    \u003cspan class=\"adobe-icon-stroke\"\u003e\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"adobe adobe-btn-switch-off\"\u003e\n    \u003cspan class=\"adobe-icon-fill\"\u003e\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"adobe adobe-btn\"\u003e\n    \u003cspan class=\"adobe-icon-file\"\u003e\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"adobe adobe-btn\"\u003e\n    \u003cspan class=\"adobe-icon-folder\"\u003e\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"adobe-toolbar-divider\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\n## with [rear-vue-inline](https://github.com/Inventsable/rear-vue-inline)\n\n![demo](https://thumbs.gfycat.com/CarefreeFemaleElkhound-size_restricted.gif)\n\n``` html\n\u003c!-- within vue instance --\u003e\n  \u003cadobe-toolbar\u003e\n    \u003cadobe-btn icon=\"stroke\" switch=\"true\"\u003e\u003c/adobe-btn\u003e\n    \u003cadobe-btn icon=\"fill\" switch=\"false\"\u003e\u003c/adobe-btn\u003e\n    \u003cadobe-btn icon=\"file\"\u003e\u003c/adobe-btn\u003e\n    \u003cadobe-btn icon=\"folder\"\u003e\u003c/adobe-btn\u003e\n    \u003cadobe-checkbox state=\"on\"\u003eText here\u003c/adobe-checkbox\u003e\n    \u003cadobe-checkbox state=\"off\"\u003eIs unchecked\u003c/adobe-checkbox\u003e\n    \u003cadobe-toolbar-divider /\u003e\n  \u003c/adobe-toolbar\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finventsable%2Frear-vue-mirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finventsable%2Frear-vue-mirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finventsable%2Frear-vue-mirror/lists"}