From 49ed794ae9aa13cb37525cbfe3965c9ff835afe5 Mon Sep 17 00:00:00 2001 From: Yuri Faria Date: Sat, 5 Mar 2022 13:10:55 -0300 Subject: [PATCH] Update scrolling carousel api documentation --- website/docs/scrollingCarouselApi.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/docs/scrollingCarouselApi.md b/website/docs/scrollingCarouselApi.md index cae2e73..5c4c51e 100644 --- a/website/docs/scrollingCarouselApi.md +++ b/website/docs/scrollingCarouselApi.md @@ -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 |