react-multi-carousel
Advanced tools
Comparing version 1.0.37 to 1.0.38
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # react-multi-carousel | ||
[www.w3js.com -> react-multi-carousel](https://w3js.com/index.php/2019/03/06/react-carousel-with-server-side-rendering-support-part-1z/). | ||
The technical details of this carousel can be found at [www.w3js.com -> react-multi-carousel](https://w3js.com/index.php/2019/03/06/react-carousel-with-server-side-rendering-support-part-1z/). | ||
@@ -17,2 +17,8 @@ ## NPM | ||
## Demo. | ||
Demo and documentation can be found at [here](https://react-multi-carousel.surge.sh). | ||
Codes at [github](https://github.com/YIZHUANG/react-multi-carousel/blob/master/stories/index.stories.js). | ||
## Install | ||
@@ -26,3 +32,3 @@ | ||
Detailed Can be found in this blog post [here](https://w3js.com/index.php/2019/03/06/react-carousel-with-server-side-rendering-support-part-1z/). | ||
Detailed Can be found in this blog post at [w3js](https://w3js.com/index.php/2019/03/06/react-carousel-with-server-side-rendering-support-part-1z/). | ||
@@ -37,12 +43,6 @@ ### How the SSR mode works? | ||
Codes for SSR are at [here](https://github.com/YIZHUANG/react-multi-carousel/blob/master/examples/ssr/pages/index.js). | ||
Codes for SSR at [github](https://github.com/YIZHUANG/react-multi-carousel/blob/master/examples/ssr/pages/index.js). | ||
Demo for the SSR are at [here](https://react-multi-carousel.now.sh/) | ||
Demo for the SSR are at [here](https://react-multi-carousel.now.sh/) Try to disable JavaScript to test if it renders on the server-side. | ||
## Demo. | ||
Demo and documentation can be found at [here](https://react-multi-carousel.surge.sh). | ||
Codes are at [here](https://github.com/YIZHUANG/react-multi-carousel/blob/master/stories/index.stories.js). | ||
## Features. | ||
@@ -49,0 +49,0 @@ |
40183