react-revolving-carousel
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-revolving-carousel", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A React component for browsing items using a 3d carousel visual device.", | ||
@@ -5,0 +5,0 @@ "main": "react-revolving-carousel.js", |
@@ -9,7 +9,7 @@ ## React Revolving Carousel | ||
* Callbacks for onReady, onClick and onChange | ||
* Methods for back, next, and focused | ||
* Methods for focus and draggable | ||
* Fluid layout | ||
* CSS Rich | ||
### Try it | ||
### Learn more | ||
See the demo at [http://www.uismithing.com/main/carousel](http://www.uismithing.com/main/carousel). | ||
@@ -25,5 +25,11 @@ | ||
`import Carousel from "react-revolving-carousel"` | ||
```html | ||
<Carousel ref="reactcarousel" {...props}> | ||
<div>section 0 content</div> | ||
<div>section 1 content</div> | ||
... | ||
<div>section n content</div> | ||
</Carousel> | ||
``` | ||
`<Carousel {...props}/>` | ||
### props | ||
@@ -30,0 +36,0 @@ * Panel:{} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
64325
2158
37
1