LoginSignup
0
0

More than 1 year has passed since last update.

SimplebarReact is really well.

Last updated at Posted at 2022-09-05

Before

image.png

After

image.png

Installation

  • Via npm
$ npm install simplebar-react --save
  • Via Yarn
$ yarn add simplebar-react

Code

_app.js

import 'simplebar/dist/simplebar.min.css';

Hoge.js

import SimpleBar from 'simplebar-react';

const Hoge = () => (
  <SimpleBar style={{ maxHeight: 300 }}>
    // your content
  </SimpleBar>
);
0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0