-
Notifications
You must be signed in to change notification settings - Fork 4
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: ✨sd-carousel #324
feat: ✨sd-carousel #324
Conversation
packages/components/src/components/carousel/carousel.stories.ts
Outdated
Show resolved
Hide resolved
@@ -137,6 +137,28 @@ export const SlidesPerPage = { | |||
} | |||
}; | |||
|
|||
/** | |||
* Use `slides-per-move` to set how many slides the carousel advances when scrolling. Useful when specifying a `slides-per-page` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens when slides-per-page
is set to 1 and slides-per-move
is set to 2? maybe you can explain the combination a bit more detailed in terms of what to expect => makes it easier to test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karlbaumhauer I added some explanation there, but I thought it was better to show how it works so I expanded on it's story to show that specific example.
Merge branch 'main' into feat/sd-carousel
@karlbaumhauer @mariohamann |
Merge branch 'main' into feat/sd-carousel
@Vahid1919 pls change the version in the docs as we already are at v1.17.0 and the sd-carousel will be stable at v1.18.0 afterwards. |
# [@solid-design-system/components-v1.18.0](components/1.17.0...components/1.18.0) (2023-10-10) ### Features * ✨sd-carousel ([#324](#324)) ([d1a8d0e](d1a8d0e))
# [@solid-design-system/components-v1.18.0](components/1.17.0...components/1.18.0) (2023-10-10) ### Features * ✨sd-carousel ([#324](#324)) ([d1a8d0e](d1a8d0e))
Description:
This PR includes the work for sd-carousel as well as sd-carousel item.
Related to #239
Definition of Reviewable:
PR notes: Irrelevant elements should be removed.