{"id":32245909,"url":"https://github.com/robiveli/tabsy-css","last_synced_at":"2026-02-19T09:04:23.557Z","repository":{"id":58227925,"uuid":"95038210","full_name":"robiveli/tabsy-css","owner":"robiveli","description":"Simple tabs toggler component written in pure CSS with no dependencies","archived":false,"fork":false,"pushed_at":"2026-01-21T23:32:27.000Z","size":104,"stargazers_count":15,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-23T10:41:18.174Z","etag":null,"topics":["css","dependency-free","lightweight","sass","scss","simple","tabs","toggle"],"latest_commit_sha":null,"homepage":"https://robiveli.github.io/tabsy-css/","language":"HTML","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/robiveli.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":"2017-06-21T19:21:45.000Z","updated_at":"2025-06-19T14:40:05.000Z","dependencies_parsed_at":"2022-08-31T09:20:22.830Z","dependency_job_id":null,"html_url":"https://github.com/robiveli/tabsy-css","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/robiveli/tabsy-css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiveli%2Ftabsy-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiveli%2Ftabsy-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiveli%2Ftabsy-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiveli%2Ftabsy-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robiveli","download_url":"https://codeload.github.com/robiveli/tabsy-css/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiveli%2Ftabsy-css/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["css","dependency-free","lightweight","sass","scss","simple","tabs","toggle"],"created_at":"2025-10-22T17:02:43.767Z","updated_at":"2026-02-19T09:04:23.541Z","avatar_url":"https://github.com/robiveli.png","language":"HTML","readme":"# Tabsy CSS\n\n## Simple tabs toggler component written in pure CSS with no dependencies\n\n### Install\n\nWith npm:\n\n```sh\nnpm install tabsy-css\n```\n\n### Usage\n\nInclude css:\n\n```sh\n\u003clink href='tabsy.css' rel='stylesheet' type='text/css'\u003e\n```\n\nInitial required structure, place any content you want within the tabs:\n\n```sh\n\u003cdiv class=\"tabsy\"\u003e\n    \u003cinput type=\"radio\" id=\"tab1\" name=\"tab\" checked\u003e\n    \u003clabel class=\"tabButton\" for=\"tab1\"\u003eTab One\u003c/label\u003e\n    \u003cdiv class=\"tab\"\u003e\n    \t\u003cdiv class=\"content\"\u003e\n    \t\tContent One\n    \t\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cinput type=\"radio\" id=\"tab2\" name=\"tab\" checked\u003e\n    \u003clabel class=\"tabButton\" for=\"tab2\"\u003eTab Two\u003c/label\u003e\n    \u003cdiv class=\"tab\"\u003e\n    \t\u003cdiv class=\"content\"\u003e\n    \t\tContent Two\n    \t\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cinput type=\"radio\" id=\"tab3\" name=\"tab\" checked\u003e\n    \u003clabel class=\"tabButton\" for=\"tab3\"\u003eTab Three\u003c/label\u003e\n    \u003cdiv class=\"tab\"\u003e\n    \t\u003cdiv class=\"content\"\u003e\n    \t\tContent Three\n    \t\u003c/div\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\n### Demo\n\nDemo available [here](http://robiveli.github.io/tabsy-css/).\n\n### Options\n\nDefault css settings are placed in `library/_variables.scss`:\n\n### Note\n\nBased on Flexbox feature. Where not supported simple fallback is applied.\n\n### License\n\nTabsy CSS is licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobiveli%2Ftabsy-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobiveli%2Ftabsy-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobiveli%2Ftabsy-css/lists"}