New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-uni-scrollbar

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-uni-scrollbar

A React component to replace native browser scrollbars with customizable styles.

latest
Source
npmnpm
Version
1.3.3
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

react-uni-scrollbar

A React component to replace native browser scrollbars with customizable styles.

Usage

npm install react-uni-scrollbar
import { UniScrollbar } from "react-uni-scrollbar";
import "react-uni-scrollbar/dist/main.css";

<UniScrollbar
  height={400}
  style={{
    width: 300,
  }}
>
  <ul>
    {Array.from({ length: 100 }).map((_, index) => (
      <li key={index}>
        UniScrollbar{index}UniScrollbar{index}UniScrollbar{index}
        UniScrollbar{index}UniScrollbar{index}UniScrollbar{index}
      </li>
    ))}
  </ul>
</UniScrollbar>;

Keywords

react

FAQs

Package last updated on 28 Apr 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