Skip to content

Carousel Component: Missing Features and Discrepancies between WC  #14627

@SisIvanova

Description

@SisIvanova

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

  1. "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.

  2. The WC carousel supports vertical mode but this feature is missing in Angular.

  3. 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 use div elements styled like buttons. This shouldn't be a problem as long as they look and behave the same.

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions