{"id":18555600,"url":"https://github.com/n2ref/coreui-layout","last_synced_at":"2026-02-10T22:04:44.125Z","repository":{"id":72438664,"uuid":"107819154","full_name":"n2ref/coreui-layout","owner":"n2ref","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T20:03:09.000Z","size":527,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T03:51:43.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://n2ref.github.io/coreui-layout","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/n2ref.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-21T22:04:42.000Z","updated_at":"2025-02-13T20:03:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc50c5b1-11a3-4383-a4ef-6abb957d42e8","html_url":"https://github.com/n2ref/coreui-layout","commit_stats":null,"previous_names":["n2ref/coreui-layout","shabuninil/coreui-layout"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n2ref/coreui-layout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n2ref","download_url":"https://codeload.github.com/n2ref/coreui-layout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n2ref%2Fcoreui-layout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"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-06T21:27:16.331Z","updated_at":"2026-02-10T22:04:44.099Z","avatar_url":"https://github.com/n2ref.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreUI Layout\n\n**[DEMO](https://n2ref.github.io/coreui-layout)**\n\n\n### Install with NPM\n\n`npm install coreui-layout`\n\n### Example usage\n\n```html\n\u003cdiv id=\"layout-justify-start\"\u003e\u003c/div\u003e\n\u003cdiv id=\"layout-justify-end\"\u003e\u003c/div\u003e\n\u003cdiv id=\"layout-justify-center\"\u003e\u003c/div\u003e\n\u003cdiv id=\"layout-justify-between\"\u003e\u003c/div\u003e\n\u003cdiv id=\"layout-justify-around\"\u003e\u003c/div\u003e\n\u003cdiv id=\"layout-justify-evenly\"\u003e\u003c/div\u003e\n\n\u003cscript\u003e\n    let justifyItems = [\n        { \"width\": 200, \"content\": \"Left\" },\n        { \"content\": \"Center\" },\n        { \"width\": 150, \"content\": \"Right\" },\n    ];\n\n    CoreUI.layout.create({ justify: \"start\",   items: justifyItems }).render('layout-justify-start');\n    CoreUI.layout.create({ justify: \"end\",     items: justifyItems }).render('layout-justify-end');\n    CoreUI.layout.create({ justify: \"center\",  items: justifyItems }).render('layout-justify-center');\n    CoreUI.layout.create({ justify: \"between\", items: justifyItems }).render('layout-justify-between');\n    CoreUI.layout.create({ justify: \"around\",  items: justifyItems }).render('layout-justify-around');\n    CoreUI.layout.create({ justify: \"evenly\",  items: justifyItems }).render('layout-justify-evenly');\n\u003c/script\u003e\n```\n\n![Preview](https://raw.githubusercontent.com/n2ref/coreui-layout/master/preview.png) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn2ref%2Fcoreui-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn2ref%2Fcoreui-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn2ref%2Fcoreui-layout/lists"}