Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !29929

[Feature] Easy & small carousel for multiple items

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/wtorsi/FEATURE-29928 into master Dec 29, 2019
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 3

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 usual grid and flex 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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/wtorsi/FEATURE-29928