fix: disable unfinished features

This commit is contained in:
José Oliveira 2022-01-17 16:57:37 +00:00
parent 8ad127c6c4
commit f4f4eb1335
6 changed files with 67 additions and 37 deletions

View file

@ -38,6 +38,12 @@ export const Carousel = memo(({ photosData, slidePhoto }) => {
opacity: 1
}
}}
// navButtonsWrapperProps={{
// style: {
// background: 'linear-gradient(to right, black 10%, transparent 80%)',
// opacity: '0.4'
// }
// }}
autoPlay={false}
indicators={false}
navButtonsAlwaysVisible={true}