List - initial implementation#29760
Merged
george-cz merged 151 commits intoMar 28, 2024
Merged
Conversation
This reverts commit 9652c2b.
george-cz
requested review from
a team,
JustSlone,
jurokapsiar and
tudorpopams
as code owners
November 6, 2023 14:20
george-cz
commented
Nov 6, 2023
george-cz
force-pushed
the
jirivyhnalek/selectable_list
branch
from
March 27, 2024 13:14
8f19c53 to
56d9936
Compare
layershifter
approved these changes
Mar 28, 2024
bsunderhus
approved these changes
Mar 28, 2024
ling1726
approved these changes
Mar 28, 2024
george-cz
enabled auto-merge (squash)
March 28, 2024 10:35
george-cz
disabled auto-merge
March 28, 2024 10:35
george-cz
enabled auto-merge (squash)
March 28, 2024 10:36
robertpenner
pushed a commit
to robertpenner/fluentui
that referenced
this pull request
Apr 11, 2024
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.
New Component
List / ListItem
The List is a component for rendering set of vertically stacked items (other layouts are being discussed). These items can be focusable, selectable, have one primary action and one or more secondary actions.
Accessibility is also supported out of the box with proper roles inferred.
Example
Related issues
#27382
Release
The preview release will be prepared in a separate PR in the near future.