Slider Bar Alternatives
I am transitioning an existing site onto AEM. It appears that AEM currently doesn't have a slider bar component. I've read several suggestions on how to extend AEM's functionality using Bootstrap, Sitely, plugins that allow you to import JS libraries... However, all of these solutions come with dev debt, requiring additional testing and fixing every time the organization upgrades to the latest AEM platform.
Instead, I was hoping the community might have suggestions about UI alternatives to using a slider bar that AEM does include as a component, or at minimum slight modification (diffs) to an existing AEM component.
The UX situation:
A new customer unfamiliar with our products comes to our site with a need to find the right product configuration from a pricing standpoint. That means they have a budget range in mind but don't have a deep understanding of the technical configurations of the product that have cost impacts. Before moving to AEM we use a slider so a customer can explore the 6-30 SKU variations from low to high cost impact. As the slider moves it calls out the product configuration (Ex - Bl1s, Bl1, BD2, B2m, B8m, D3s...) We did some usertesting using drop drop down boxes and even if when the naming convention cause the products to list low to high cost impact users using the drop down perceive the order to only be alphabetical and feel threatened by not knowing the price implications of each name. The slider bar UI element allowed customers to intuitively slide left for lower cost or right for higher cost without feeling like they had to know that a BD2 is less expensive then a B2m.
Today, the site uses 3 sliders currently to narrow down to 1 SKU price. Changing the setting of the earlier slider causes the following slider to load the appropriate options and default to the lowest cost impact.
Does anyone have a suggestion of what to use in place of a slider bar that is not a drop down box but is an AEM component?