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.
17 lines
543 B
17 lines
543 B
--- |
|
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 |
|
|
|