Grid - Splide Extension
This is an extension of the Splide slider library for creating rows and cols in a slider.
Installation
NPM(Recommended)
- Get the latest extension by NPM:$ npm install @splidejs/splide-extension-grid
- Mount the extension to the Splide.;;'#splide' ;
CDN or Hosting Files
- Visit jsDelivr and get the links of the latest files or download files from the dist library.
- Import minified JavaScript files on your site:Note that version numbers above are incorrect.
- Mount the extension to the Splide.'#splide' ;
Available Options
Pass grid
as an object to options:
'#splide' grid: rows: 2 cols: 2 gap : row: '1rem' col: '1.5rem' ;
- rows: Number of rows.
- cols: Number of columns.
- dimensions: Set of dimensions(rows and cols) such as
[ [ 1, 1 ], [ 2, 2 ] ]
.rows
andcols
are ignored when this option is provided. - gap: An object containing gap size for rows and cols.
License
Splide is released under the MIT license.
© 2020 Naotoshi Fujita