Created by: wtorsi
Hello everyone.
In the last project i thought about horizontal/vertical slider for thumbs, partners and other things which everybody use for scrollable lists, and which can be slid right and left/up and down, and i hope i found a easy solution.
So, my idea was to provider the
-
Minimal weight slider supporting bootstrap grid system. I want
carousel
behaviour (not all behaviour for now), but for multiple items. As a note, there are a lot of supporting Google queries which make standard bootstrap carousel works as I want, but they a very complicated and not unique - you always need cheating solutions, need more code. I want to use usualgrid
andflex
utilities to create the slider which you need. At this moment I've dropped infinite loop at all, because I don't have tests which passing this option in usability. Those kind of elements usually come from design and common things for nowage web. -
No nav slider utils on mobile (nav is redundant when you have swipes). I want native browser swiping (because it's cheaper for fx).
-
I want easy and fast customisation with
html
only, because it's independent from other languages.
As the result, I came up to the following solution, and I want to discuss it (it has bugs). Because it needs more work, but I think it can become a new component.
Here is the request.