Skip to content

Commit da65ef8

Browse files
Added import styles note
1 parent 95f5db8 commit da65ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ There are some great carousels (like slick) that do not have real React implemen
1616

1717
## Usage
1818
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.
1920
```javascript
2021
import Carousel from '@brainhubeu/react-carousel';
2122
import '@brainhubeu/react-carousel/lib/style.css';

0 commit comments

Comments
 (0)