Nothing Special   »   [go: up one dir, main page]

3.6.2 • Published 8 months ago

@glidejs/glide v3.6.2

Weekly downloads
67,909
License
MIT
Repository
github
Last release
8 months ago

glide.js

Glide.js is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more

Build Status

What can convince you:

  • Dependency-free. Everything included, ready for action.
  • Lightweight. Only ~23kb (~7kb gzipped) with every functionality on board.
  • Modular. Remove unused modules and drop script weight even more.
  • Extendable. Plug-in your own modules with additional functionalities.
  • Bundlers ready. Using Rollup or Webpack? We have your back.

Documentation

Visit glidejs.com for documentation.

Looking for old documentation? Wiki contains archived documentation of Glide.js in version ^2.0.0.

Donation

Glide.js is an open source project licensed under the MIT license. It's completely free to use. However, it would be great if you buy me a cup of coffee once in a while to keep me awake :)

Getting started

Pull-in a latest version with NPM ...

npm install @glidejs/glide

... provide <link> to the required core stylesheet. You can also optionally add an included theme stylesheet ...

<!-- Required Core stylesheet -->
<link rel="stylesheet" href="node_modules/@glidejs/glide/dist/css/glide.core.min.css">

<!-- Optional Theme stylesheet -->
<link rel="stylesheet" href="node_modules/@glidejs/glide/dist/css/glide.theme.min.css">

... then, prepare a little bit of necessary markup ...

<div class="glide">
  <div data-glide-el="track" class="glide__track">
    <ul class="glide__slides">
      <li class="glide__slide"></li>
      <li class="glide__slide"></li>
      <li class="glide__slide"></li>
    </ul>
  </div>
</div>

... and finally, initialize and mount a Glide.

import Glide from '@glidejs/glide'

new Glide('.glide').mount()

Need a few selected modules? Import and mount only what you need.

import Glide, { Controls, Breakpoints } from '@glidejs/glide/dist/glide.modular.esm'

new Glide('.glide').mount({ Controls, Breakpoints })

Contributing

The issue channel is especially for improvement proposals and bug reporting. If you have implementing problems, please write on StackOverflow with glidejs tag.

Browser Support

  • IE 11+
  • Edge
  • Chrome 10+
  • Firefox 10+
  • Opera 15+
  • Safari 5.1+
  • Safari iOS 9+

Building

Build using NPM scripts. The following scripts are available:

  • build:css - Outputs CSS files from SASS files.
  • build:js - Outputs all destination variants of the script.
  • build - Comprehensively builds the entire library.
  • test - Runs complete test suite.
  • lint - Lints library JavaScript files.

Credits

License

Copyright (c) 2014-present, Jędrzej Chałubek. Licensed under the terms of the MIT License.

@knapsack-cloud/msk-design-systemquintype-ace@zentek/slider@jaydubb12/lightswitch-storefront-ui-vue@space-designsystem/starter-kit-tailwind2easybasejs-visual@watercorp/ui-library@nowa-zhp/ui@stephane888/wbu-atomiquetest-package-ui-ts-test@everything-registry/sub-chunk-364svelte-slideitwt-themesevlte-glidejssapientecorruptirestu-garzon-virtualreusecorevue-glide-jsstorefront-ui-reactsvelte-glidejsmoda-web-librarylinqstream-modulesmsport-interestsmtn-carousel-packagemp-ui-componentskstnghlv-web-component-miahive-frameworkhotel-nextm-interestspreact-glidepipesort-admin-templatequiullamreact-glidejsstaircase-custom-componentssocial-reviewssocialbee-uitesdik123@andwhy/drx-corporate-components@andwhy/drx-corporate-components-test@bee-hole/theme@basecom-gmbh/pond@biglight-official/sonataui@bugui/vue@bosonprotocol/react-kityl-storefront-ui-vuewbu-atomiquevactory-ui@hl-storefront-ui/react@highdigital/haferl-vue@highdigital/kpi-vue@highdigital/myfelt-vue@highdigital/oss-vue@highdigital/testd-vue@highdigital/testh-vue@highdigital/vuet@elevenmiles/create-erato@gedhean/vue-glide-js@gebruederheitz/wp-block-slideshow@frst-falconi/frst-components@gocasebr/pikaso@kickstartds/content@knapsack-cloud/msk-pattern-garden-javascript@knapsack-cloud/msk-pattern-garden-styles@lualbergipe/wbu-atomique-v1@leicht.io/primeval-ui@leicht.io/ui@mvps-genesis/carousel@emolyze_tech/frontend-components@empye-ui/v@empye/v@ecomplus/storefront-template@ecomplus/storefront-components@ecomplus/widget-martan@infinitebrahmanuniverse/nolb-_gli@jumpgroup/consulenza-agricola-components@rm-frontend/base@storefrontui/vue@store-ui/vue@petsmart-ui/sparky@skilld/components-basic@smashing-magazine/courses-ui-components@sqli-innovation/core@simonalarie/baraka-vue-3.0-rollup@simonalarie/baraka-vue-rollup@donner-ui/vue@crds_npm/crds-components@cpelements/elements@tycoonsystems/tycoon-video@tycoonsystems/tycoon-modules@viatransilvanica/components@zhp-pl/ui@zalastax/nolb-_glianepco-cotizadordayuse-dashboardcalendar-uiblack-queen-componentsbeehole-store-themechoco-uifera-js
3.6.2

8 months ago

3.6.1

9 months ago

3.6.0

2 years ago

3.5.2

3 years ago

3.5.1

3 years ago

3.5.0

3 years ago

3.4.1

5 years ago

3.4.0

5 years ago

3.3.0

6 years ago

3.2.7

6 years ago

3.2.6

6 years ago

3.2.5

6 years ago

3.2.4

6 years ago

3.2.3

7 years ago

3.2.2

7 years ago

3.2.1

7 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago