{"id":15141911,"url":"https://github.com/themounthead/nativescript-ngx-tabview","last_synced_at":"2026-01-20T00:04:37.600Z","repository":{"id":57308664,"uuid":"370318056","full_name":"themounthead/nativescript-ngx-tabview","owner":"themounthead","description":"NativeScript Angular TabView UI Control","archived":false,"fork":false,"pushed_at":"2021-05-24T11:25:41.000Z","size":2506,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T04:09:59.751Z","etag":null,"topics":["angular","nativescript","tabs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/themounthead.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":"2021-05-24T10:47:30.000Z","updated_at":"2024-05-30T17:43:44.000Z","dependencies_parsed_at":"2022-09-07T01:53:35.497Z","dependency_job_id":null,"html_url":"https://github.com/themounthead/nativescript-ngx-tabview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themounthead%2Fnativescript-ngx-tabview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themounthead%2Fnativescript-ngx-tabview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themounthead%2Fnativescript-ngx-tabview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themounthead%2Fnativescript-ngx-tabview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themounthead","download_url":"https://codeload.github.com/themounthead/nativescript-ngx-tabview/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247494148,"owners_count":20947826,"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":["angular","nativescript","tabs"],"created_at":"2024-09-26T09:20:29.397Z","updated_at":"2026-01-20T00:04:37.571Z","avatar_url":"https://github.com/themounthead.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nativescript-Ngx-TabView\n\nA Nativescript Angular UI Control for rendering a tabbed view with multiple\nconfigurable options\n\n## Setup\n\n`npm install nativescript-ngx-tabview --save`\n\nImport the module into your _app-module_\n\n```\nimport { TabViewModule } from 'nativescript-ngx-tabview';\n\n```\n\n## Getting Started\n\nDefine the TabView template as shown in the example below\n\n```\n\u003cTabView (tabChange)=\"watchTabChange($event)\"\u003e\n  \u003cTabStrip position=\"left\" overlay justifyContent=\"space-between\"\u003e\n    \u003cTabLabel\u003e\n      \u003c!-- Define the Tab Label here --\u003e\n    \u003c/TabLabel\u003e\n    \u003cTabLabel\u003e\n      \u003c!-- Define the Tab Label here --\u003e\n    \u003c/TabLabel\u003e\n    \u003cTabLabel\u003e\n      \u003c!-- Define the Tab Label here --\u003e\n    \u003c/TabLabel\u003e\n  \u003c/TabStrip\u003e\n  \u003cTabGroup\u003e\n    \u003cTab\u003e\n      \u003c!-- Insert Tab Content here --\u003e\n    \u003c/Tab\u003e\n    \u003cTab\u003e\n      \u003c!-- Insert Tab Content here --\u003e\n    \u003c/Tab\u003e\n    \u003cTab\u003e\n      \u003c!-- Insert Tab Content here --\u003e\n    \u003c/Tab\u003e\n  \u003c/TabGroup\u003e\n\u003c/TabView\u003e\n\n```\n\n## Configuration\n\nThe __TabStrip__ allows for two main configuration settings:\n\n- position [top/left/bottom/right]\n- overlay \n\nThe **overlay** setting will overlay the tab strip on the Tab View, by default the Tab Strip and\nTab Content would appear in separate rows.\n\nThe __tabChange()__ event will emit the index on Tab Switch\n\n\u003e The TabStrip is a FlexboxLayout so all related styles can be applied\n\n# Examples\n\nProvided in the demo app\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemounthead%2Fnativescript-ngx-tabview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemounthead%2Fnativescript-ngx-tabview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemounthead%2Fnativescript-ngx-tabview/lists"}