{"id":19747026,"url":"https://github.com/phphe/vue-colrow","last_synced_at":"2025-04-30T08:32:08.556Z","repository":{"id":57395292,"uuid":"134381230","full_name":"phphe/vue-colrow","owner":"phphe","description":"Vue smarter layout components. Based on css flexbox. Support responsive design, server side render. 5 KB gzipped.","archived":false,"fork":false,"pushed_at":"2020-04-15T14:29:41.000Z","size":986,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-02T16:20:56.665Z","etag":null,"topics":["grid-layout","layout","responsive-layout","vue"],"latest_commit_sha":null,"homepage":"https://vue-colrow.phphe.com/","language":"Vue","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/phphe.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":"2018-05-22T08:03:04.000Z","updated_at":"2021-09-13T03:02:31.000Z","dependencies_parsed_at":"2022-09-02T15:30:20.794Z","dependency_job_id":null,"html_url":"https://github.com/phphe/vue-colrow","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/phphe%2Fvue-colrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phphe%2Fvue-colrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phphe%2Fvue-colrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phphe%2Fvue-colrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phphe","download_url":"https://codeload.github.com/phphe/vue-colrow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224202754,"owners_count":17272807,"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":["grid-layout","layout","responsive-layout","vue"],"created_at":"2024-11-12T02:16:41.377Z","updated_at":"2024-11-12T02:16:42.061Z","avatar_url":"https://github.com/phphe.png","language":"Vue","readme":"# vue-colrow\nSmarter layout components. Based on css flexbox. Support responsive design, server side render. 3 KB gzipped. [Document](https://vue-colrow.phphe.com). It also has a React + Typescript version: [react-colrow](https://github.com/phphe/react-colrow)\n\n更智能的布局组件. 基于css flexbox. 支持响应式布局, 服务端渲染. 5 KB gzipped. [文档](https://vue-colrow.phphe.com/zh). 还有React + Typescript的版本: [react-colrow](https://github.com/phphe/react-colrow)\n\nIt includes 3 components: Row, Col, BreakRow. Follow is a demo with Vuetify:\n\n![image](https://github.com/phphe/vue-colrow/blob/master/public/colrow-form.png?raw=true)\n\nIn small screen: ![image](https://github.com/phphe/vue-colrow/blob/master/public/colrow-form-xs.png?raw=true)\n\nIt is easy:\n```html\n\u003cRow\u003e\n  \u003cCol :width=\"300\"\u003e\u003cCard1 /\u003e\u003c/Col\u003e\n  \u003cCol grow :xs=\"1\"\u003e\n    \u003cRow\u003e\n      \u003cCol :width=\"1/3\" :xs=\"1/2\"\u003e\n        \u003clabel\u003eFirst Name\u003c/label\u003e\u003cv-text-field solo\u003e\u003c/v-text-field\u003e\n      \u003c/Col\u003e\n      \u003cCol :width=\"1/3\" :xs=\"1/2\"\u003e\n        \u003clabel\u003eLast Name\u003c/label\u003e\u003cv-text-field solo\u003e\u003c/v-text-field\u003e\n      \u003c/Col\u003e\n      \u003cCol :width=\"1/3\" :xs=\"1\"\u003e\n        \u003clabel\u003eEmail\u003c/label\u003e\u003cv-text-field solo\u003e\u003c/v-text-field\u003e\n      \u003c/Col\u003e\n      \u003cCol :width=\"3/5\" :xs=\"1\"\u003e\n        \u003clabel\u003eWebsite\u003c/label\u003e\u003cv-text-field solo\u003e\u003c/v-text-field\u003e\n      \u003c/Col\u003e\n      \u003cCol :width=\"2/5\" :xs=\"1\"\u003e\n        \u003clabel\u003eTitle\u003c/label\u003e\u003cv-text-field solo\u003e\u003c/v-text-field\u003e\n      \u003c/Col\u003e\n      \u003cCol\u003e\n        \u003clabel\u003eAbout\u003c/label\u003e\u003cv-textarea solo\u003e\u003c/v-textarea\u003e\n      \u003c/Col\u003e\n    \u003c/Row\u003e\n  \u003c/Col\u003e\n\u003c/Row\u003e\n```\n## Demo 2: Responsive card list with gutter\n![image](https://github.com/phphe/vue-colrow/blob/master/public/colrow-list.png?raw=true)\n```html\n\u003cRow\u003e\n  \u003cCol :xl=\"1/5\" :lg=\"1/4\" :md=\"1/3\" :sm=\"1/2\" :xs=\"1\" v-for=\"i in 23\" :key=\"i+'card'\"\u003e\u003cCard1 /\u003e\u003c/Col\u003e\n\u003c/Row\u003e\n```\n## License\n[MIT](http://opensource.org/licenses/MIT)","funding_links":[],"categories":["Components \u0026 Libraries","UI Layout [🔝](#readme)"],"sub_categories":["UI Layout"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphphe%2Fvue-colrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphphe%2Fvue-colrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphphe%2Fvue-colrow/lists"}