JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7491
  • Score
    100M100P100Q120579F
  • License MIT

React component for custom scrollbars with native scrolling

Package Exports

  • react-gemini-scrollbar

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-gemini-scrollbar) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-gemini-scrollbar

React component for creating custom scrollbars with native scrolling using gemini-scrollbar.

Installation

npm install react-gemini-scrollbar --save

Usage

var GeminiScrollbar = require('react-gemini-scrollbar');

<GeminiScrollbar>
    <h1>The content.<h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</GeminiScrollbar>

Styles

<link src="node_modules/react-gemini-scrollbar/node_modules/gemini-scrollbar/gemini-scrollbar.css">

Props

  • autoshow: show scrollbars upon hovering