-
Notifications
You must be signed in to change notification settings - Fork 504
feat(pagination) added an option to add custom title in pagination bu… #352
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(pagination) added an option to add custom title in pagination bu… #352
Conversation
7c61760
to
c3068d9
Compare
Hey @VojtechKlos thanks for making the contribution, looks like your branch needs a rebase on |
* fix(precommit): use jest exit code * fix(jest): restore coverage collection context * chore(package.json): remove phased out test tools
* fix(carousel): flush the slides left when they don't fill the width (SSENSE#323) * fix(carousel): Flush the slides left when they don't fill the width (SSENSE#323) When there are too few slides to fill the row, with scrollPerPage, the slides were flushed right instead of left. By bounding maxOffest to a minimum of 0, the slides are aligned on the left-hand-side Fix SSENSE#323 * style(play): Use capitals in tests for consistency * v0.16.1 * chore: build * feat(standard): watch autoplay prop and enable/disable autoplay
20d8d74
to
a79b28f
Compare
Hey @VojtechKlos, thanks for the cleanup! I'll merge in now 🚀 |
@quinnlangille hey, thanks for merging my pr. When is it planned to release version 0.17? |
@VojtechKlos should be sometime next week! I'll make a release when it's out, if you're watching the repo you should get a notification |
How can i make the title not appearing? I mean i don't want the title tag when hovering dots |
Allow custom titles in carousel pagination.
Description
Extends on the pull request #263 allowing specifying custom title by passing the title prop to the slide component.
Motivation and Context
Sometimes you need custom titles instead of just "Item 0" etc...
How Has This Been Tested?
Just manually. I am not sure how and if to write tests for this.
Screenshots (if appropriate):
Types of changes
Checklist: