Carousel Component: Missing Features and Discrepancies between WC #14627
Labels
🎠 carousel
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
After implementing the carousel in the Web Components, the Angular component needs some refactoring to completely correspond to the WC one.
Describe the solution you'd like
"Focused" classes have to be dynamically added to the navigation buttons and indicators container once they are focused via keyboard and removed once the user interacts with the mouse. As soon as this is implemented, styles for focused states can be added.
The WC carousel supports vertical mode but this feature is missing in Angular.
The WC carousel has functionality for hiding both the indicators and the navigation buttons whereas in Angular users can hide only the navigation buttons.
*In WC the navigation buttons are implemented using
igc-button
but in Angular we usediv
elements styled like buttons. This shouldn't be a problem as long as they look and behave the same.The text was updated successfully, but these errors were encountered: