You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
543 B
18 lines
543 B
5 years ago
|
---
|
||
|
id: scrolling-carousel-api
|
||
|
title: Scrolling Carousel
|
||
|
---
|
||
|
|
||
|
Scrollable carousel like google's web component `g-scrolling-carousel`
|
||
|
|
||
|
```jsx
|
||
|
<ScrollingCarousel />
|
||
|
```
|
||
|
|
||
|
### Props
|
||
|
|
||
|
| Name | type | required | default | descripiton |
|
||
|
| --------- | :----: | -------: | ------: | -------------------------------------------: |
|
||
|
| children | Node[] | true | [] | Child items that will be wrapped by carousel |
|
||
|
| className | string | false | "" | same as react's className property |
|