-
Notifications
You must be signed in to change notification settings - Fork 434
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: add hide-arrows property #74
Conversation
04dc9a4
to
cab3351
Compare
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
==========================================
+ Coverage 87.04% 87.13% +0.09%
==========================================
Files 10 10
Lines 409 412 +3
Branches 106 108 +2
==========================================
+ Hits 356 359 +3
Misses 53 53
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cab3351
to
a20a2eb
Compare
@@ -20,4 +20,5 @@ export const defaultProps: Required<CarouselProps> = { | |||
autoSwipe: null, | |||
navigation: null, | |||
triggerClickOn: Number.MIN_SAFE_INTEGER, | |||
hideArrows: false, |
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.
can you add it to docs?
Description
Add hideArrows property to hide the left and right arrows.
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md