Minimalistic and smooth touch carousel component for React ⚛️
npm install @s-ui/react-molecule-carouselMinimalistic and smooth touch carousel component for React ⚛️





- 🖼️ 1:1 slider for any content
- 📱 Optimized for mobile usage (block scroll on slide)
- ⚡ Optimized for performance
- ⌨️ Supports keyboard navigation
- 😪 Lazy load support
- ☝️ No dependencies, just one possible polyfill: intersection-observer polyfill
> Description
``sh`
$ npm install @s-ui/react-molecule-carousel
#### Import package and use the component
`js
import MoleculeCarousel from '@s-ui/react-molecule-carousel'
return
`
#### Import the styles (Sass)
`css``
@import '~@s-ui/theme/lib/index';
/ @import 'your theme'; /
@import '~@s-ui/react-molecule-carousel/lib/index';
> Find full description and more examples in the demo page.
From react-slidy 4 to @s-ui/react-molecule-carousel