JoshDSommer / nativescript-ngx-slides

A NativeScript + Angular module for to add a slides component to your mobile app
Other
45 stars 34 forks source link

Slider not full page #1

Closed leachimetrok closed 7 years ago

leachimetrok commented 7 years ago

Hi Josh, thx for this plugin! Is there a possibility to have Sliders as Element in a Page?

I would like to implement 3 Elements with sliding Content in one page.

Thx and best regards Michael

musso commented 7 years ago

Hey @leachimetrok ,

Not sure if it is too late.

You could add pageHeight="200" to define the height

e.g.

`

        <slide class="slide-2">
            <Label text="2"></Label>
        </slide>

`

Regards,

Hugo