We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6ebd3 commit d06482bCopy full SHA for d06482b
README.md
@@ -6,6 +6,8 @@ Tailwindcss plugin to customize browser scrollbar.
6

7

8
9
+[Live Demo](https://play.tailwindcss.com/SeDSnfsxrR)
10
+
11
## Installation
12
13
```sh
@@ -25,14 +27,13 @@ module.exports = {
25
27
},
26
28
plugins: [
29
require('@gradin/tailwindcss-scrollbar')({
- size: '5px',
30
+ size: '5px', // width or height, default '5px'
31
colors: {
32
track: 'lightgray', // default '#f1f1f1'
33
thumb: 'gray', // default '#c1c1c1'
34
thumbHover: 'darkgray', // default '#a8a8a8'
35
}
36
}),
- // ...
37
],
38
39
```
0 commit comments