{"id":23248937,"url":"https://github.com/sinhapaurush/bottom_tabs","last_synced_at":"2025-07-18T11:42:18.086Z","repository":{"id":113434963,"uuid":"525502885","full_name":"sinhapaurush/bottom_tabs","owner":"sinhapaurush","description":"Bottom Tab Navigator in Yugal","archived":false,"fork":false,"pushed_at":"2022-08-16T18:52:04.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T07:25:52.839Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sinhapaurush.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}},"created_at":"2022-08-16T18:42:35.000Z","updated_at":"2022-08-16T18:43:58.000Z","dependencies_parsed_at":"2023-12-04T18:09:01.937Z","dependency_job_id":null,"html_url":"https://github.com/sinhapaurush/bottom_tabs","commit_stats":null,"previous_names":["fuhrerindia/bottom_tabs","sinhapaurush/bottom_tabs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinhapaurush%2Fbottom_tabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinhapaurush%2Fbottom_tabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinhapaurush%2Fbottom_tabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinhapaurush%2Fbottom_tabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinhapaurush","download_url":"https://codeload.github.com/sinhapaurush/bottom_tabs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247421111,"owners_count":20936234,"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":[],"created_at":"2024-12-19T08:16:12.659Z","updated_at":"2025-04-06T01:20:42.333Z","avatar_url":"https://github.com/sinhapaurush.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bottom Tabs Navigator\nCreates Tab Navigator in Yugal\n\n## How to use this library?\n- Render Bottom Tab Navigator as a screen in Yugal, this can be done with Router and as well as yugal.navigate directly. But you have to parse some arguments into it.\n- All paramaters must be defined into an object.\n### style\nDefined css for Bottom Tab Navigator. `string` is accepted.\n### tabs\nAn array of all tabs as objects. Objects must be having `icon`, `label` and destination `screen`.\n### hideLabel\nIf `true`, then label will be hidden in tab navigator.\n### initial\nDefined initial screen to render into the navigator.\n\n## Example Code\n```javascript\nwindow.addEventListener(\"load\", () =\u003e {\n    yugal.navigate(BottomTabNavigator({\n        style: \"background: #fff;\",\n        tabs: [\n            {\n                icon: \"HOME\",\n                label: \"WORLD\",\n                screen: \"HomePage()\"\n            },\n            {\n                icon: \"ABOUT\",\n                label: \"IKHKHNI\",\n                screen: \"About()\"\n            }\n        ],\n        hideLabel: true,\n        initial: ()=\u003eHomePage()\n    }\n    ));\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinhapaurush%2Fbottom_tabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinhapaurush%2Fbottom_tabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinhapaurush%2Fbottom_tabs/lists"}