Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ListV2): create ListV2 component #165

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

beawar
Copy link
Contributor

@beawar beawar commented Jan 27, 2023

Create a new implementation of the list, which is a refactored version. The items of the list are now passed as children (so as components) and must be defined outside.
The management of the selected and active items are now totally left up to the external usege, removing the hibrid solution implemented in the previous version of the List. Refer to the documentation for more information and examples.

refs: CDS-107

Create a new implementation of the list, which is a refactored version.
The items of the list are now passed as children (so as components) and must be
defined outside.
The management of the selected and active items are now totally left up to the external
usege, removing the hibrid solution implemented in the previous version of the List.
Refer to the documentation for more information and examples.

refs: CDS-107
@beawar beawar merged commit 3ded46b into devel Feb 1, 2023
@beawar beawar deleted the CDS-107-list-item-status-on-keyboard-navigation branch February 1, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants