{"id":14972400,"url":"https://github.com/supernovaic/scrollable-tabs-bootstrap-5","last_synced_at":"2025-10-26T19:30:28.625Z","repository":{"id":57356387,"uuid":"445434094","full_name":"SupernovaIC/scrollable-tabs-bootstrap-5","owner":"SupernovaIC","description":"A simple plugin to create scrollable tabs with Bootstrap 5.","archived":false,"fork":false,"pushed_at":"2024-10-19T06:59:15.000Z","size":356,"stargazers_count":19,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T22:35:06.131Z","etag":null,"topics":["bootstrap","bootstrap-5","bootstrap-plugin","bootstrap-tabs","bootstrap5","css3","javascript","movejs","scrollable-tab"],"latest_commit_sha":null,"homepage":"https://supernovaic.github.io/scrollable-tabs-bootstrap-5/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SupernovaIC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["fanmixco"],"custom":["https://www.buymeacoffee.com/fanmixco"]}},"created_at":"2022-01-07T07:22:49.000Z","updated_at":"2024-12-17T21:14:58.000Z","dependencies_parsed_at":"2024-11-10T22:36:54.171Z","dependency_job_id":null,"html_url":"https://github.com/SupernovaIC/scrollable-tabs-bootstrap-5","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":"0.31034482758620685","last_synced_commit":"fa97073bb68833c39c69397b2ae80180c2ea3a77"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupernovaIC%2Fscrollable-tabs-bootstrap-5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupernovaIC%2Fscrollable-tabs-bootstrap-5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupernovaIC%2Fscrollable-tabs-bootstrap-5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupernovaIC%2Fscrollable-tabs-bootstrap-5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupernovaIC","download_url":"https://codeload.github.com/SupernovaIC/scrollable-tabs-bootstrap-5/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238386228,"owners_count":19463321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootstrap","bootstrap-5","bootstrap-plugin","bootstrap-tabs","bootstrap5","css3","javascript","movejs","scrollable-tab"],"created_at":"2024-09-24T13:46:51.783Z","updated_at":"2025-10-26T19:30:28.238Z","avatar_url":"https://github.com/SupernovaIC.png","language":"HTML","funding_links":["https://github.com/sponsors/fanmixco","https://www.buymeacoffee.com/fanmixco"],"categories":[],"sub_categories":[],"readme":"# Scrollable Tabs for Bootstrap 5\n\nA simple plugin to create scrollable tabs with Bootstrap 5.\n\n[![preview][1]][1]\n\n## Support me:\n\n[![sponsor me][2]](https://www.buymeacoffee.com/fanmixco)\n\n## Usage:\n\n## Breaking change from 1.1.0+:\n\nTo allow more than one set of tabs, it required to add a new class to wrap the tabs `tab-wrapper`. It must be added to use it.\n\n### Install:\n\n- [Download the latest release](https://github.com/SupernovaIC/scrollable-tabs-bootstrap-5/archive/refs/tags/v1.1.0.zip)\n\n- Install with [npm](https://www.npmjs.com/): `npm i scrolling-tabs-bootstrap-5`\n\n|Latest Release|Downloads|\n|:------------:|:------------:|\n|[![npm version](https://img.shields.io/npm/v/scrolling-tabs-bootstrap-5)](https://www.npmjs.com/package/scrolling-tabs-bootstrap-5)|[![NuGet Badge SpotsDialog.Xamarin](https://img.shields.io/npm/dt/scrolling-tabs-bootstrap-5)](https://www.npmjs.com/package/scrolling-tabs-bootstrap-5/)|\n\n### Required libraries:\n\n```html\n\u003c!--Bootstrap icons--\u003e\n\u003clink rel=\"stylesheet\" href=\"node_modules/bootstrap-icons/1.7.2/font/bootstrap-icons.min.css\"\u003e\n\n\u003c!--External library--\u003e\n\u003cscript src=\"node_modules/move-js/move.min.js\"\u003e\u003c/script\u003e\n\u003c!--https://visionmedia.github.io/move.js/--\u003e\n\n\u003c!--Scrollable libs--\u003e\n\u003clink href=\"node_modules/scrollable-tabs-bootstrap-5/dist/scrollable-tabs.css\" rel=\"stylesheet\"\u003e\n\u003cscript src=\"node_modules/scrollable-tabs-bootstrap-5/dist/scrollable-tabs.js\"\u003e\u003c/script\u003e\n```\n\n### HTML example:\n\n```html\n\u003cdiv class=\"tab-wrapper w-100\"\u003e\n    \u003cdiv class=\"scroller scroller-left float-start mt-2\"\u003e\u003ci class=\"bi bi-caret-left-fill\"\u003e\u003c/i\u003e\u003c/div\u003e\n    \u003cdiv class=\"scroller scroller-right float-end mt-2\"\u003e\u003ci class=\"bi bi-caret-right-fill\"\u003e\u003c/i\u003e\u003c/div\u003e\n    \u003cdiv class=\"wrapper-nav\"\u003e\n        \u003cnav class=\"nav nav-tabs list mt-2\" id=\"myTab\" role=\"tablist\"\u003e\n            \u003ca class=\"nav-item nav-link pointer active\" data-bs-toggle=\"tab\" data-bs-target=\"#tab1\" role=\"tab\" aria-controls=\"public\" aria-selected=\"true\"\u003eTab1\u003c/a\u003e\n            \u003ca class=\"nav-item nav-link pointer\" data-bs-target=\"#tab2\" role=\"tab\" data-bs-toggle=\"tab\"\u003eTab 2\u003c/a\u003e\n            \u003ca class=\"nav-item nav-link pointer\" data-bs-target=\"#tab3\" role=\"tab\" data-bs-toggle=\"tab\"\u003eTab 3\u003c/a\u003e\n            \u003ca class=\"nav-item nav-link pointer\" data-bs-target=\"#tab4\" role=\"tab\" data-bs-toggle=\"tab\"\u003eTab 4\u003c/a\u003e\n            \u003ca class=\"nav-item nav-link pointer\" data-bs-target=\"#tab5\" role=\"tab\" data-bs-toggle=\"tab\"\u003eTab 5\u003c/a\u003e\n            \u003ca class=\"nav-item nav-link pointer\" data-bs-target=\"#tab6\" role=\"tab\" data-bs-toggle=\"tab\"\u003eTab 6\u003c/a\u003e\n        \u003c/nav\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"tab-content p-3\" id=\"myTabContent\"\u003e\n        \u003cdiv role=\"tabpanel\" class=\"tab-pane fade active show mt-2\" id=\"tab1\" aria-labelledby=\"public-tab\" \u003e\n            This is the content of Tab 1...\n        \u003c/div\u003e\n        \u003cdiv class=\"tab-pane fade mt-2\" id=\"tab2\" role=\"tabpanel\" aria-labelledby=\"group-dropdown2-tab\" \u003e\n            This is the content of Tab 2...\n        \u003c/div\u003e\n        \u003cdiv class=\"tab-pane fade mt-2\" id=\"tab3\" role=\"tabpanel\" aria-labelledby=\"group-dropdown2-tab\" \u003e\n            This is the content of Tab 3...\n        \u003c/div\u003e\n        \u003cdiv class=\"tab-pane fade mt-2\" id=\"tab4\" role=\"tabpanel\" aria-labelledby=\"group-dropdown2-tab\" \u003e\n            This is the content of Tab 4...\n        \u003c/div\u003e\n        \u003cdiv class=\"tab-pane fade mt-2\" id=\"tab5\" role=\"tabpanel\" aria-labelledby=\"group-dropdown2-tab\" \u003e\n            This is the content of Tab 5...\n        \u003c/div\u003e\n        \u003cdiv class=\"tab-pane fade mt-2\" id=\"tab6\" role=\"tabpanel\" aria-labelledby=\"group-dropdown2-tab\" \u003e\n            This is the content of Tab 6...\n        \u003c/div\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\n**Based on:**\n\nhttps://www.codeply.com/go/Loo3CqsA7T\n\n  [1]: preview.gif\n  [2]: https://raw.githubusercontent.com/FANMixco/Xamarin-SearchBar/master/bmc-rezr5vpd.gif\n\n\n## Follow me on\n\n|  LinkedIn  |YouTube|Amazon|Goodreads|Instagram|Cyber Prophets|Sharing Your Stories|TikTok|\n|:----------|:------------:|:------------:|:------------:|:------------:|:------------:|:------------:|:------------:|\n|[![LinkedIn](https://i.sstatic.net/idQWu.png)](https://www.linkedin.com/in/federiconavarrete)|[![YouTube](https://i.sstatic.net/CFPMR.png)](https://youtube.com/@FedericoNavarrete)|[![Amazon](https://i.sstatic.net/NFOeE.png)](https://www.amazon.com/Federico-Navarrete/e/B08NJTXQRV)|[![Goodreads](https://i.sstatic.net/oBk0g.jpg)](https://www.goodreads.com/author/show/21125413.Federico_Navarrete)|[![Instagram](https://i.sstatic.net/PIfqY.png)](https://www.instagram.com/federico_the_consultant)|[![RedCircle Podcast](https://i.sstatic.net/4XICF.png)](https://redcircle.com/shows/cyber-prophets)|[![RedCircle Podcast](https://i.sstatic.net/4XICF.png)](https://redcircle.com/shows/sharing-your-stories)|[![TikTok](https://i.sstatic.net/pP7X2.png)](https://www.tiktok.com/@federicostories)|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupernovaic%2Fscrollable-tabs-bootstrap-5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupernovaic%2Fscrollable-tabs-bootstrap-5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupernovaic%2Fscrollable-tabs-bootstrap-5/lists"}