Skip to content

Commit b89ee5e

Browse files
committedMar 19, 2022
doc(Carousel): Update README.md (fix #693)
1 parent 4723874 commit b89ee5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎packages/react-carousel/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Carousel 走马灯
77

88
滚动播放。在 v4.15.0+ 添加。
99

10+
```jsx
11+
import { Carousel } from 'uiw';
12+
// or
13+
import Carousel from '@uiw/react-carousel';
14+
```
15+
1016
## 基础用法
1117

1218
最简单的用法。

0 commit comments

Comments
 (0)
Please sign in to comment.