npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@xuda.io/xuda-ui-plugin-draggabilly

v1.0.10

Published

Draggabilly for Xuda UI is a lightweight plugin that enables smooth, touch-friendly drag-and-drop functionality within Xuda UI components. Built on **Draggabilly**, it offers seamless integration for repositioning elements with physics-based motion, custo

Readme

Xuda Swiper Plugin

The Xuda Swiper Plugin integrates the Swiper slider library into the Xuda platform, allowing you to build interactive, responsive, and touch-friendly carousels within your UI.


Features

  • Horizontal or Vertical: Choose the slide direction to fit your layout needs.
  • Looping and Autoplay: Continuously cycle through slides or automatically advance them after a set delay.
  • Various Effects: Enhance transitions with different effects, including slide, fade, cube, coverflow, and flip.
  • Conditional Properties: Certain effect-specific properties only appear when that effect is selected, simplifying the interface.
  • Navigation and Pagination: Add 'next' and 'prev' arrows, pagination bullets, fractions, or progressbars for intuitive navigation.
  • Mousewheel and Grab Cursor: Enable mousewheel control and a grab cursor for more engaging interactions.

Usage in Xuda Studio

  1. Open Xuda Studio: Visit Xuda.io and open your project.
  2. Select a Component: Choose the component where you'd like to integrate the Swiper slider.
  3. Configure Properties: Adjust the slider settings, such as direction, effect, autoplay, pagination, and more.
  4. Preview Changes: See results in real-time as you tweak properties, ensuring the slider matches your desired look and feel.

Properties Overview

| Property | Type | Description | Default Value | Condition | | ------------------------------ | --------- | -------------------------------------------------------------------------------------- | ------------- | -------------------------------------- | | direction | string | Set the slider direction (horizontal or vertical). | horizontal | | | loop | boolean | Enable continuous loop mode. | false | | | speed | number | Transition duration between slides (ms). | 300 | | | slidesPerView | number | Number of slides visible in a single view. | 1 | | | spaceBetween | number | Space between slides in pixels. | 10 | | | effect | string | Transition effect between slides (slide, fade, cube, coverflow, flip). | slide | | | cubeEffect_shadow | boolean | Enable/disable shadow effect in cube transitions. | true | Only if effect = cube | | cubeEffect_slideShadows | boolean | Show slide shadows in cube effect transitions. | true | Only if effect = cube | | cubeEffect_shadowOffset | number | Adjust cube shadow distance. | 20 | Only if effect = cube | | cubeEffect_shadowScale | number | Scale of the cube shadow. | 0.94 | Only if effect = cube | | coverflowEffect_rotate | number | Degrees to rotate slides in coverflow effect. | 50 | Only if effect = coverflow | | coverflowEffect_stretch | number | Multiplies space between slides in coverflow. | 0 | Only if effect = coverflow | | coverflowEffect_depth | number | Depth offset for slides in 3D space in coverflow. | 100 | Only if effect = coverflow | | coverflowEffect_modifier | number | Multiplier affecting coverflow transforms. | 1 | Only if effect = coverflow | | coverflowEffect_slideShadows | boolean | Enable/disable slide shadows in coverflow mode. | true | Only if effect = coverflow | | autoplay | boolean | Automatically advance slides after a delay. | false | | | autoplayDelay | number | Delay between slides in autoplay mode (ms). | 3000 | Only applicable if autoplay = true | | navigation | boolean | Show 'next' and 'prev' navigation arrows. | true | | | navigation_custom_elements | boolean | If enabled, define custom elements with 'swiper-button-next' and 'swiper-button-prev'. | false | Only if navigation = true | | pagination | boolean | Show pagination (bullets, fraction, or progressbar). | true | | | custom_pagination_element | boolean | If enabled, predefine .swiper-pagination element in layout. | false | | | pagination_type | string | Pagination style (progressbar, bullets, or fraction). | progressbar | Only if pagination = true | | pagination_clickable | boolean | Enable clickable pagination bullets for direct navigation. | false | | | scrollbar | boolean | Show a draggable scrollbar. | false | | | mousewheel | boolean | Control slides using the mouse wheel. | false | | | grabCursor | boolean | Display a grab cursor when hovering over the slider. | false | |


Notes

  • Conditional Properties: Properties related to cubeEffect or coverflowEffect are only visible when those effects are selected, reducing UI clutter.
  • Autoplay and Pagination: Autoplay and pagination can be combined to create a hands-free, guided tour of your slides.
  • Custom Elements: By enabling custom navigation or pagination elements, you can control the exact positioning and styling of these controls in your layout.

Further Resources