nativescript-community / ui-pager

Pager / Carousel component that allows the user to swipe left and right through pages of data.
https://nativescript-community.github.io/ui-pager/
Apache License 2.0
18 stars 10 forks source link

Indicator is invisible #12

Closed odedBartov closed 2 years ago

odedBartov commented 2 years ago

The carousel works perfectly, but i dosen't see the indicator. I tried to add some different values but it just won't appear My code looks like this: `<Pager [items]="Images" height="100%" indicator="worm">

</Pager>`
odedBartov commented 2 years ago

showIndicator by default is false