
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
@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 474 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
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.