{"id":20806698,"url":"https://github.com/fed/tabber","last_synced_at":"2026-04-17T19:31:43.460Z","repository":{"id":85048481,"uuid":"104384763","full_name":"fed/tabber","owner":"fed","description":"Tabbed Navigation UI Component","archived":false,"fork":false,"pushed_at":"2018-10-18T04:51:25.000Z","size":150,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T03:43:01.072Z","etag":null,"topics":["tabs","vanilla-javascript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fed.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-21T18:35:10.000Z","updated_at":"2020-04-24T07:05:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e01fb60-a962-4b5d-9dff-d0d961bcdc86","html_url":"https://github.com/fed/tabber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fed/tabber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Ftabber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Ftabber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Ftabber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Ftabber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fed","download_url":"https://codeload.github.com/fed/tabber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fed%2Ftabber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31943256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":["tabs","vanilla-javascript"],"created_at":"2024-11-17T19:24:25.469Z","updated_at":"2026-04-17T19:31:43.438Z","avatar_url":"https://github.com/fed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tabber\n\nScrollable navigation tabs ui-component.\n\n\u003e Created with [generator-ui-component](https://github.com/fknussel/generator-ui-component).\n\n## Prerequisites\n\n1. Setup [npm](https://nodejs.org/) properly for your development environment.\n2. Run `npm install -g grunt-cli` to to install Grunt's command line interface (CLI) globally (you might as well use `npm start`, `npm build` and `npm test` if you don't want to install `grunt-cli` globally since it comes shipped as a dev dependency).\n\n## Setup\n\n```\nyarn install\n```\n\n## Run tests\n\n```\nyarn test\n```\n\n## Build assets\n\n```\nyarn build\n```\n\n## Build, run and watch for changes\n\n```\nyarn start\n```\n\n## Creating your module\n\n1. Edit mustache, Sass and JavaScript files in `./src` (e.g. `./src/tabber.mustache`, `./src/tabber.scss`, and `./src/tabber.js`).\n\n## Styleguide\n\nFurther use cases for the styleguide can be added to the data model file on `./model/usecases.json`.\n\n4. Build and run the app, and visit [http://localhost:4567](http://localhost:4567) in your browser.\n\n## Releasing new versions\n\nThis repo uses [Semantic Versioning](http://semver.org/) and tag releases. To release a new version, run the appropriate command:\n\n```\nnpm version major       # bump major version, eg. 1.0.2 -\u003e 2.0.0\nnpm version minor       # bump minor version, eg. 0.1.3 -\u003e 0.2.0\nnpm version patch       # bump patch version, eg. 0.0.1 -\u003e 0.0.2\nnpm version prerelease  # bump pre-release version, eg. 1.0.0 -\u003e 1.0.0-1\n```\n\nGiven a version number `MAJOR.MINOR.PATCH`, increment the:\n\n1. `MAJOR` version when you make incompatible API changes,\n2. `MINOR` version when you add functionality in a backwards-compatible manner, and\n3. `PATCH` version when you make backwards-compatible bug fixes.\n\nMake sure to push tags:\n\n```\ngit push --tags origin master\n```\n\nPublish the package to [npm's public registry](https://www.npmjs.com/):\n\n```\nnpm publish\n```\n\n**Heads up!** To publish, you must have a user on the npm registry. If you don't have one, create it with `npm adduser`. If you created one on the site, use `npm login` to store the credentials on the client. You can use `npm config ls` to ensure that the credentials are stored on your client. Check that it has been added to the registry by going to [http://npmjs.com/~](http://npmjs.com/~).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Ftabber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffed%2Ftabber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffed%2Ftabber/lists"}