<view class="skyline-swiper">
  <horizontal-drag-gesture-handler
    tag="sky-swiper-horizontal"
    worklet:ongesture="onHDrag"
    worklet:should-response-on-move="shouldHResponse"
    worklet:should-accept-gesture="shouldHAcceptGesture"
  >
    <vertical-drag-gesture-handler
      tag="sky-swiper-vertical"
      worklet:ongesture="onVDrag"
      worklet:should-response-on-move="shouldVResponse"
      worklet:should-accept-gesture="shouldVAcceptGesture"
    >
      <view class="skyline-swiper-wrapper">
        <slot></slot>
      </view>
    </vertical-drag-gesture-handler>
  </horizontal-drag-gesture-handler>
</view>
