feat(carousel): Add carousel top navigationstories story#34990
Merged
layershifter merged 1 commit intomicrosoft:masterfrom Nov 5, 2025
Merged
Conversation
📊 Bundle size report✅ No changes found |
|
Pull request demo site: URL |
...react-components/react-carousel/stories/src/Carousel/CarouselDesignBestPractices.stories.tsx
Outdated
Show resolved
Hide resolved
...react-components/react-carousel/stories/src/Carousel/CarouselDesignBestPractices.stories.tsx
Outdated
Show resolved
Hide resolved
...react-components/react-carousel/stories/src/Carousel/CarouselDesignBestPractices.stories.tsx
Outdated
Show resolved
Hide resolved
a6847c0 to
5dd1b5a
Compare
Member
Author
|
@layershifter, is there a way to update/add new content images? |
Member
@Hotell before images were uploaded with v0 docsite, what is the proper way to do it now? |
ef0fd53 to
2360d5c
Compare
9a7b9c0 to
81f0a99
Compare
packages/react-components/react-carousel/stories/src/Carousel/CarouselTopNavigation.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-carousel/stories/src/Carousel/CarouselTopNavigation.stories.tsx
Show resolved
Hide resolved
layershifter
approved these changes
Sep 26, 2025
81f0a99 to
a99b8df
Compare
42e4e79 to
a99b8df
Compare
a99b8df to
7a2329c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Teams design audit highlighted the need for consistent top-aligned carousel navigation. Placing the title, arrows, and pagination together improves usability, aligns with Teams patterns, and prevents one-off implementations. This story provides a reference implementation in Fluent UI, ensuring accessibility, design token usage, and theming are applied correctly.
New Behavior
CarouselTopNavigationstories.tsx: A new story that demonstrates carousel design top navigation practiceRelated Issue(s)
Type of Change: