Multiple

code-show ▾

Overview

vue-concise-slider example

  1. By configuring options
options: {
  currentPage: 0,
  infinite: 4,
  slidesToScroll: 4,
  loop: true
}
  1. Implement a layout of three columns by setting the style of the slideritem
style: {
  'background': '#7caabe',
  'width': '23.5%',
  'margin-right': '2%'
}