{"id":29275863,"url":"https://github.com/peterroe/uwaterfall","last_synced_at":"2025-08-22T05:04:33.378Z","repository":{"id":43071166,"uuid":"461718041","full_name":"peterroe/UWaterfall","owner":"peterroe","description":"Vue3-component-layout-waterfall🌊","archived":false,"fork":false,"pushed_at":"2023-12-15T17:56:39.000Z","size":874,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T22:52:39.264Z","etag":null,"topics":["component","layout","vue3"],"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/peterroe.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}},"created_at":"2022-02-21T05:30:36.000Z","updated_at":"2022-07-05T03:08:31.000Z","dependencies_parsed_at":"2025-07-05T07:11:30.487Z","dependency_job_id":"9125e281-3f0f-426e-9738-1c470da94653","html_url":"https://github.com/peterroe/UWaterfall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterroe/UWaterfall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2FUWaterfall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2FUWaterfall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2FUWaterfall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2FUWaterfall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterroe","download_url":"https://codeload.github.com/peterroe/UWaterfall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterroe%2FUWaterfall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271588743,"owners_count":24785751,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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":["component","layout","vue3"],"created_at":"2025-07-05T07:11:22.350Z","updated_at":"2025-08-22T05:04:33.357Z","avatar_url":"https://github.com/peterroe.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## purpose\n\n基于Vue3.x的瀑布流布局组件\n\n## Usage\n\n```shell\n$ npm install uwaterfall\n```\n\n```js\nimport { createApp } from 'vue'\nimport App from './App.vue'\n\nimport UWaterfall from 'uwaterfall'  //import component\nimport 'uwaterfall/dist/style.css'  //import style\n\ncreateApp(App).use(UWaterfall).mount('#app')\n```\n\n```vue\n\u003ctemplate\u003e\n  \u003cUWaterfall :columnCount=\"4\" columnGap=\"10px\"\u003e\n    \u003cimg src=\"xxx\"\u003e\n    \u003cimg src=\"xxx\"\u003e\n    \u003cimg src=\"xxx\"\u003e\n    \u003cimg src=\"xxx\"\u003e\n    \u003cimg src=\"xxx\"\u003e\n  \u003c/UWaterfall\u003e\n\u003c/template\u003e\n```\n\n效果预览: [Demo](https://peterroe.github.io/UWaterfall/)\n\n## Props\n\n| props | usage |\n| ----- | ----- |\n| `columnCount` | 列数 |\n| `columnGap` | 间距 |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterroe%2Fuwaterfall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterroe%2Fuwaterfall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterroe%2Fuwaterfall/lists"}