Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions website/docs/scrollingCarouselApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Scrollable carousel like google's web component `g-scrolling-carousel`

### 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 |
| 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 |
| rightIcon | ReactElement | false | null | custom right arrow component |
| leftIcon | ReactElement | false | null | custom left arrow component |