Carousel Component: Discrepancies between WC #15025
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.
The default value of
maximumIndicatorsCount
for the WC carousel is 10 (which will also be for React and Blazor), whereas the default value of the Angular one is 5 (ref). When discussing the design of the WC carousel, it was decided that it is better to allow a greater value for the indicators count, hence 10.The Angular carousel now allows
vertical
alignment, so the default values for theindicatorsOrientation
-bottom
andtop
(CarouselIndicatorsOrientation
) are not appropriate. They should be changed tostart
andend
to be aligned with the WC carouselindicatorsOrientation
and to accommodate the new vertical mode.Describe the solution you'd like
maximumIndicatorsCount
should be set to 10.CarouselIndicatorsOrientation
should be set tostart
andend
.The text was updated successfully, but these errors were encountered: