1.0.3 • Published 1 year ago

@teamepyc/import-swiper v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

EPYC Sliders for Webflow

This library is based on the popular Swiper.js library and is designed to be used with Webflow. It allows users to easily add a customizable, mobile-friendly slider to their Webflow website without having to write any custom code.

Installation

To use this library, simply add the following script tag to your Webflow site:

<script src="https://path-to-your-library.js"></script>

Usage

To use this library, you must structure your slider in the following way.

- epyc
  - epyc-container
    - epyc-wrapper
      - epyc-slide
        - < your slide elements here >

You can add additional elements inside any of these elements, it will not interfere with the functionality of the slider.

Customization

You can customize your slider by by adding a custom attribute to the .epyc-container element on the page. Here are some examples of parameters you can use:

epyc-slides-per-view: The number of slides to display at once.

epyc-space-between: The amount of space between each slide.

epyc-autoplay: Whether to autoplay the slider.

epyc-loop: Whether to loop through the slides indefinitely.

For a full list of available parameters, please see the EPYC Sliders documentation.

Troubleshooting

If you encounter any issues with the library, please refer to the EPYC Sliders documentation for troubleshooting tips. You can also contact the library maintainer for support.

Contributing

If you would like to contribute to this library, please fork the repository and submit a pull request. Contributions are always welcome!

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago