We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f5db8 commit da65ef8Copy full SHA for da65ef8
README.md
@@ -16,6 +16,7 @@ There are some great carousels (like slick) that do not have real React implemen
16
17
## Usage
18
By default the component does not need anything except children to render simple carousel.
19
+Remember that styles does not have to be imported everytime you use carousel, you can do it once in an entry point of your bundle.
20
```javascript
21
import Carousel from '@brainhubeu/react-carousel';
22
import '@brainhubeu/react-carousel/lib/style.css';
0 commit comments