{"id":15890567,"url":"https://github.com/dimfeld/svelte-zoomable","last_synced_at":"2025-03-20T11:36:15.547Z","repository":{"id":54806646,"uuid":"321539791","full_name":"dimfeld/svelte-zoomable","owner":"dimfeld","description":"Zoomable UI in Svelte","archived":false,"fork":false,"pushed_at":"2021-01-28T08:42:39.000Z","size":440,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-07T07:06:57.896Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimfeld.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}},"created_at":"2020-12-15T03:17:40.000Z","updated_at":"2024-03-26T15:45:06.000Z","dependencies_parsed_at":"2022-08-14T03:30:31.692Z","dependency_job_id":null,"html_url":"https://github.com/dimfeld/svelte-zoomable","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsvelte-zoomable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsvelte-zoomable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsvelte-zoomable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsvelte-zoomable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimfeld","download_url":"https://codeload.github.com/dimfeld/svelte-zoomable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221753104,"owners_count":16875085,"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":[],"created_at":"2024-10-06T07:06:47.727Z","updated_at":"2024-10-28T00:41:39.541Z","avatar_url":"https://github.com/dimfeld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Svelte Zoomable UI\n\nThis is a component for providing UI that can zoom into different levels of detail.\n\nMore docs coming soon, but you can see some Svelte REPL examples to get a good idea of how it works:\n\n- [Zoomable Grid](https://svelte.dev/repl/32bf500c4b8b4b718daee1fae74b6a51?version=3.32.0)\n- [Flex Layouts](https://svelte.dev/repl/58dfe87756ee4db897c281b52fdef7b7?version=3.31.0)\n\n```svelte\n\u003cscript\u003e\n  let zoomManager;\n\u003c/script\u003e\n\n\u003ch3\u003e\u003cBreadcrumbs {zoomManager} /\u003e\u003c/h3\u003e\n\u003cZoomableContainer bind:zoomManager\u003e\n  {#each data as item}\n    \u003cZoomable id={item.id} title={item.title}\u003e\n      \u003cdiv slot=\"overview\"\u003e\n        Content when the item is zoomed out\n      \u003c/div\u003e\n      \n      \u003cdiv slot=\"detail\"\u003e\n        Content when the item is zoomed in. This can contain additional Zoomables for more levels of nesting.\n      \u003c/div\u003e\n    \u003c/Zoomable\u003e\n  {/each}\n\u003c/ZoomableContainer\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimfeld%2Fsvelte-zoomable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimfeld%2Fsvelte-zoomable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimfeld%2Fsvelte-zoomable/lists"}