Skip to content

Commit

Permalink
doc(Carousel): Update README.md (fix #693)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 19, 2022
1 parent 4723874 commit b89ee5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/react-carousel/README.md
Expand Up @@ -7,6 +7,12 @@ Carousel 走马灯

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

```jsx
import { Carousel } from 'uiw';
// or
import Carousel from '@uiw/react-carousel';
```

## 基础用法

最简单的用法。
Expand Down

0 comments on commit b89ee5e

Please sign in to comment.