
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
@nativescript-community/ui-pager
Advanced tools
A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data.
A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data.
![]() | ![]() |
|---|---|
| iOS Demo | Android Demo |
Run the following command from the root of your project:
ns plugin add @nativescript-community/ui-pager
| Property | Type |
|---|---|
| items | array or ItemsSource |
| selectedIndex | number |
| canGoRight | boolean |
| canGoLeft | boolean |
| spacing | PercentLengthType |
| peaking | PercentLengthType |
| perPage | number |
| indicator | string ('disable', 'none', 'worm', 'fill', 'swap', 'thin_worm', 'flat') |
| circularMode | boolean |
| autoPlayDelay | number |
| autoPlay | boolean |
| orientation | string ('horizontal' or 'vertical') |
| autoPlay | boolean |
| disableSwipe | boolean |
| showIndicator | boolean |
| indicatorColor | Color or string |
| indicatorSelectedColor | Color or string |
Pager for NativeScript supports the core ObservableArray module part of the core NativeScript modules collection. Using an ObservableArray instance as a source for Pager will ensure that changes in the source collection will be automatically taken care of by the control.
Import the module into your project.
import { PagerModule } from "@nativescript-community/ui-pager/angular";
@NgModule({
imports: [
PagerModule,
],
})
Import the module into your project.
import { Pager } from '@nativescript-community/ui-pager/react';
Import the module into your project.
import { registerNativeViewElement } from 'svelte-native/dom';
import PagerElement from '@nativescript-community/ui-pager/svelte';
import { PagerItem } from '@nativescript-community/ui-pager';
PagerElement.register();
registerNativeViewElement('pageritem', () => PagerItem);
Import the module into your project.
import Vue from 'nativescript-vue';
import Pager from '@nativescript-community/ui-pager/vue';
Vue.use(Pager);
To run the demos, you must clone this repo recursively.
git clone https://github.com/@nativescript-community/ui-pager.git --recursive
Install Dependencies:
npm i # or 'yarn install' or 'pnpm install'
Interactive Menu:
To start the interactive menu, run npm start (or yarn start or pnpm start). This will list all of the commonly used scripts.
npm run build
npm run build.angular # or for Angular
npm run demo.[ng|react|svelte|vue].[ios|android]
npm run demo.svelte.ios # Example
If you have any questions/issues/comments please feel free to create an issue or start a conversation in the NativeScript Community Discord.
FAQs
A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data.
The npm package @nativescript-community/ui-pager receives a total of 331 weekly downloads. As such, @nativescript-community/ui-pager popularity was classified as not popular.
We found that @nativescript-community/ui-pager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 20 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.