{"id":21945752,"url":"https://github.com/howtocodewell/tabs","last_synced_at":"2026-04-08T23:34:00.534Z","repository":{"id":55556287,"uuid":"323172689","full_name":"howToCodeWell/tabs","owner":"howToCodeWell","description":"React Tabs for HTCW","archived":false,"fork":false,"pushed_at":"2020-12-22T09:08:57.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T16:33:17.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/howToCodeWell.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":"2020-12-20T21:57:54.000Z","updated_at":"2020-12-22T09:08:56.000Z","dependencies_parsed_at":"2022-08-15T03:10:31.358Z","dependency_job_id":null,"html_url":"https://github.com/howToCodeWell/tabs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/howToCodeWell/tabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Ftabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Ftabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Ftabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Ftabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howToCodeWell","download_url":"https://codeload.github.com/howToCodeWell/tabs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howToCodeWell%2Ftabs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":[],"created_at":"2024-11-29T04:19:19.318Z","updated_at":"2026-04-08T23:34:00.507Z","avatar_url":"https://github.com/howToCodeWell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tabs React Component\n![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/howtocodewell/tabs)\n![Travis (.org) branch](https://img.shields.io/travis/howtocodewell/tabs/main)\n![GitHub issues](https://img.shields.io/github/issues/howtocodewell/tabs)\n![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/howtocodewell/tabs)\n![Twitter Follow](https://img.shields.io/twitter/follow/howtocodewell)\n\nThis component displays tabs.\nIt is used as part of [https://howtocodewell.net](https://howtocodewell.net])\n\n## Install\n```bash\n$ npm install @howtocodewell/tabs\n```\n## Example\nTo see an example of the component run \n```bash\n$ npm start\n```\n## Test\nTo test the component\n```bash\n$ npm  test\n```\n\n## Usage\n```javascript\nimport { TabList, Tab } from '@howtocodewell/tabs'\n\n\u003cTabList containerClassName={`tab-container`} listClassName={`list-reset flex border-b`}\u003e\n  \u003cTab label={`First Tab`} className={`bg-gray-500 border-r-2 border-gray-100 inline-block py-2 px-4 text-pink-300 font-semibold hover:text-black hover:bg-pink-300`} onClick={ () =\u003e alert('Hello Coders')  } /\u003e\n  \u003cTab label={`Second Tab`} className={`bg-gray-500 inline-block py-2 px-4 text-pink-300 font-semibold hover:text-black hover:bg-pink-300`} onClick={ () =\u003e alert('Happy Coding')  } /\u003e\n\u003c/TabList\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowtocodewell%2Ftabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowtocodewell%2Ftabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowtocodewell%2Ftabs/lists"}