-
Notifications
You must be signed in to change notification settings - Fork 21
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(carousel): carousel and scrolling-list components #2566
Open
Powerplex
wants to merge
6
commits into
main
Choose a base branch
from
experimental-carousel
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
75c0ce2
to
69be44c
Compare
40e6107
to
9611967
Compare
9611967
to
a3792a7
Compare
a3792a7
to
9c372c0
Compare
9c372c0
to
06c7227
Compare
06c7227
to
9275519
Compare
9275519
to
2c6e491
Compare
2c6e491
to
b954bc7
Compare
b954bc7
to
d07b730
Compare
d07b730
to
eb1fc77
Compare
eb1fc77
to
0cbe3ae
Compare
0cbe3ae
to
2d946c8
Compare
2d946c8
to
d81f8d2
Compare
cbe43bf
to
530c088
Compare
14a695f
to
befb1af
Compare
befb1af
to
57ee875
Compare
57ee875
to
8fc6ccf
Compare
8fc6ccf
to
57ab2b4
Compare
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.
TYPE(SCOPE): TITLE
TASK: SPA-239
Description, Motivation and Context
Carousel
component:A carousel is a user interface component that displays a collection of items, such as images or content cards, one (or a few) at a time within a single frame.
Users navigate through these items using controls like "Previous" and "Next" buttons or pagination indicators ("dots").
Carousels are ideal for presenting content sequentially, guiding users to focus on one item or group of items at a time.
ScrollingList
component:A scrolling list presents a series of items arranged horizontally or vertically, allowing users to explore the content by scrolling.
Each item maintains its natural size, which can result in varying dimensions and the possibility of partial visibility.
This format is suitable when offering an overview of available content, enabling users to quickly browse through a collection without a predefined structure.
Types of changes
Screenshots - Animations