We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540ce60 commit 2adde60Copy full SHA for 2adde60
README.md
@@ -1,7 +1,9 @@
1
# react-card-scroll
2
-A React component to horizontally navigate between components of same width (Bootstrap cards for example)
+A React component to horizontally navigate between components of same width (Bootstrap cards for example).
3
It is responsive and support card adds and removes with `getCardCount` function.
4
-For example you can have 3 cards on the screen and there is a total of 5 cards, you can navigate right or left to the cards not displayed
+
5
6
+For example you can have 3 cards on the screen and there is a total of 5 cards, you can navigate right or left to the cards not displayed.
7
You resize and you display only 2 cards, you can still navigate to the other cards
8
9
## Installation
0 commit comments