File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ A negative number will reverse the view order;
84
84
spacing. You can also use the ` rtl ` property for this, especially if you want
85
85
the views to inherit ` direction: rtl ` for their own content layout.
86
86
87
- ##### ` rtl: boolean ` (default: false)
87
+ ##### ` rtl: boolean ` (default: ` false ` )
88
88
89
89
Whether to use right-to-left layout. This will reverse the view order and apply
90
90
` direction: rtl ` to the viewport style, and each view will inherit that layout
@@ -153,7 +153,7 @@ This is a wrapper for `ViewSlider` that takes a single child element. It renders
153
153
### Example
154
154
155
155
``` js
156
- import SimpleViewSlider from ' react-view-slider/lib/ simple'
156
+ import SimpleViewSlider from ' react-view-slider/simple'
157
157
158
158
ReactDOM .render (
159
159
< SimpleViewSlider>
You can’t perform that action at this time.
0 commit comments