I am currently working on an MVC project that utilizes Bootstrap.
My requirement is to have a horizontal menu of links that can slide left and right using arrows (similar to a carousel, but for links instead of images).
To be more specific, the menu needs to be responsive and show as many items as possible on the device's screen. It also needs to consider the length of the strings, as the links displayed are managed by users. I have attempted to use Bootstrap carousel, but it only shows one item at a time. I also looked into Flexisel, which allowed me to create the menu, but it does not account for string length, causing issues if a user adds lengthy text to one of the options.
Does anyone have a recommendation for a good library or solution for this issue?