-
Notifications
You must be signed in to change notification settings - Fork 127
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
Add CarouselPagination component #2681
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 52b79f1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2681 +/- ##
==========================================
- Coverage 87.93% 87.66% -0.27%
==========================================
Files 223 225 +2
Lines 12933 13005 +72
Branches 1747 1754 +7
==========================================
+ Hits 11372 11401 +29
- Misses 1506 1548 +42
- Partials 55 56 +1
|
d919d77
to
739fdf1
Compare
Size Change: +742 B (+0.11%) Total Size: 675 kB
ℹ️ View Unchanged
|
739fdf1
to
2b2c9d6
Compare
Addresses DSCB-30.
Purpose
The carousel pagination component allows to display larger amounts of content in limited spaces by dividing these into multiple pieces to be discovered by the users through interaction.
This pattern has been used in our design language for a few years but thus far teams have done their own implementations.
Approach and changes
Definition of done