You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@s-ui/react-molecule-carousel

Package Overview
Dependencies
Maintainers
88
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-molecule-carousel

Minimalistic and smooth touch carousel component for React ⚛️

1.8.0
latest
Source
npmnpm
Version published
Maintainers
88
Created
Source

MoleculeCarousel

Minimalistic and smooth touch carousel component for React ⚛️

documentation issue npm

Issues open NPM

Features

  • 🖼️ 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

Installation

$ npm install @s-ui/react-molecule-carousel

Usage

Basic usage

Import package and use the component

import MoleculeCarousel from '@s-ui/react-molecule-carousel'

return <MoleculeCarousel />

Import the styles (Sass)

@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.

Migration

From react-slidy 4 to @s-ui/react-molecule-carousel

Keywords

@s-ui

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts