Lines Matching refs:swiper
88 3. The **<swiper\>** component is required to implement the switching between screens.
90 Add a **<swiper\>** to the root node.
100 <swiper class="swiper" index="{{swiperPage}}" duration="500" onchange="swiperChange">
101 </swiper>
105 …- Use **class="**swiper**"** to set the height and width of the component. The sample code is …
108 .swiper {
115 …- **index="\{\{swiperPage\}\}"** specifies the index of the child component of **<swiper\>**. …
116 …- **onchange="swiperChange"** binds the change event of the **<swiper\>** component to the *…
136 …// Swiping event, which saves the index value of the current <swiper>. The index value is saved to…
145 …Add two **<stack\>** as child components \(directional layout\) to **<swiper\>**. Add **<text\…
148 <swiper class="swiper" index="{{swiperPage}}" duration="500" onchange="swiperChange">
150 <stack class="swiper">
172 </swiper>
180 5. Add the indicator bar. Currently, the **<swiper\>** component does not support indicator sett…
204 <swiper class="swiper" index="{{swiperPage}}" duration="500" onchange="swiperChange">
205 <stack class="swiper">
270 <stack class="swiper">
335 </swiper>
456 .swiper {