An open API service indexing awesome lists of open source software.

https://github.com/pansyjs/custom-scrollbar

自定义您的滚动条样式
https://github.com/pansyjs/custom-scrollbar

component custom-scrollbar react scrollbar

Last synced: 20 days ago
JSON representation

自定义您的滚动条样式

Awesome Lists containing this project

README

          


@pansy/custom-scrollbar-react


自定义您的滚动条样式。





Forks


Stars


npm version


Build With father


docs by dumi

## 🏗 安装

```sh
# npm install
$ npm install @pansy/custom-scrollbar-react --save

# yarn install
$ yarn add @pansy/custom-scrollbar-react

# pnpm install
$ pnpm i @pansy/custom-scrollbar-react
```

## 🔨 使用

```tsx
import CustomScrollbar from '@pansy/custom-scrollbar-react';
import '@pansy/custom-scrollbar-react/scrollbar.less';

export default () => {
return (

123


124


123


124


123


124


123


124


123


124


123


124


123


124



)
}
```