{"id":20077601,"url":"https://github.com/digitaledgeit/css-lists","last_synced_at":"2026-03-05T12:32:49.344Z","repository":{"id":25746653,"uuid":"29184459","full_name":"digitaledgeit/css-lists","owner":"digitaledgeit","description":"Generic structural list styles","archived":false,"fork":false,"pushed_at":"2015-04-27T14:19:39.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T00:50:39.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/digitaledgeit.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}},"created_at":"2015-01-13T10:18:04.000Z","updated_at":"2015-04-27T14:19:39.000Z","dependencies_parsed_at":"2022-08-24T14:13:26.581Z","dependency_job_id":null,"html_url":"https://github.com/digitaledgeit/css-lists","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/digitaledgeit/css-lists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fcss-lists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fcss-lists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fcss-lists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fcss-lists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitaledgeit","download_url":"https://codeload.github.com/digitaledgeit/css-lists/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitaledgeit%2Fcss-lists/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30124487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T11:11:57.947Z","status":"ssl_error","status_checked_at":"2026-03-05T11:11:29.001Z","response_time":93,"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-13T15:09:08.092Z","updated_at":"2026-03-05T12:32:49.323Z","avatar_url":"https://github.com/digitaledgeit.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lists\n\nGeneric structural list styles\n\n## Installation\n\n### DuoJS\n\n    @import \"digitaledgeit/css-lists\";\n\n### Component\n\n    composer install digitaledgeit/css-lists\n    \n## Usage\n\n### Horizontal list\n\nUsed for horizontal list structures e.g. horizontal navigation\n\nCode:\n\n    \u003cul class=\"list list--horizontal\"\u003e\n        \u003cli class=\"list__item\"\u003e\u003ca href=\"/\"\u003eHome\u003c/a\u003e\u003c/li\u003e\n        \u003cli class=\"list__item\"\u003e\u003ca href=\"http://www.google.com/\"\u003eGoogle\u003c/a\u003e\u003c/li\u003e\n        \u003cli class=\"list__item\"\u003e\u003ca href=\"http://www.google.com/\"\u003eBing\u003c/a\u003e\u003c/li\u003e\n        \u003cli class=\"list__item\"\u003e\u003ca href=\"http://www.google.com/\"\u003eYahoo\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \nOutput:\n\n    | HomeGoogleBingYahoo                               |\n    \n### Horizontal list\n    \nUsed for horizontal list structures e.g. horizontal navigation\n    \nCode:\n\n    \u003cul class=\"list list--justified\"\u003e\n        \u003cli class=\"list__item\"\u003e\u003ca href=\"/\"\u003eHome\u003c/a\u003e\u003c/li\u003e\n        \u003cli class=\"list__item\"\u003e\u003ca href=\"http://www.google.com/\"\u003eGoogle\u003c/a\u003e\u003c/li\u003e\n        \u003cli class=\"list__item\"\u003e\u003ca href=\"http://www.google.com/\"\u003eBing\u003c/a\u003e\u003c/li\u003e\n        \u003cli class=\"list__item\"\u003e\u003ca href=\"http://www.google.com/\"\u003eYahoo\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \nOutput:\n\n    | Home          Google          Bing          Yahoo |\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 James Newell\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitaledgeit%2Fcss-lists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitaledgeit%2Fcss-lists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitaledgeit%2Fcss-lists/lists"}