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 c9d08fc commit e1323ceCopy full SHA for e1323ce
README.md
@@ -11,9 +11,9 @@ you will need to use some kind of module loader/bundler like Webpack or Browseri
11
```js
12
import React from 'react';
13
import { render } from 'react-dom';
14
-import Carousel from 'react-carousel';
+import Carousel from 'react-img-carousel';
15
16
-require('react-carousel/lib/carousel.css');
+require('react-img-carousel/lib/carousel.css');
17
18
render(
19
<Carousel viewportWidth="400px" cellPadding={ 5 }>
0 commit comments