@talixo-ds/carousel
v2.0.1
Published
```bash npm install @talixo-ds/carousel ```
Readme
@talixo-ds/carousel
Installation
npm install @talixo-ds/carouselImporting
import { Carousel } from "@talixo-ds/carousel";Usage example
<Carousel carouselOptions={{ slidesToScroll: 2 }} arrows>
<Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
minHeight: "100px",
backgroundColor: (theme) => theme.palette.grey[200],
p: 2
}}
>
1
</Box>
<Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
minHeight: "100px",
backgroundColor: (theme) => theme.palette.grey[200],
p: 2
}}
>
2
</Box>
<Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
minHeight: "100px",
backgroundColor: (theme) => theme.palette.grey[200],
p: 2
}}
>
3
</Box>
<Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
minHeight: "100px",
backgroundColor: (theme) => theme.palette.grey[200],
p: 2
}}
>
4
</Box>
<Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
minHeight: "100px",
backgroundColor: (theme) => theme.palette.grey[200],
p: 2
}}
>
5
</Box>
<Box
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
minHeight: "100px",
backgroundColor: (theme) => theme.palette.grey[200],
p: 2
}}
>
6
</Box>
</Carousel>