scrollbar-gutter
with various values.scrollbar-width
with different options.scrollbar-fg
and scrollbar-bg
utilities.with npm
npm install @ayato-san/tailwind-scrollbar
with pnpm
pnpm install @ayato-san/tailwind-scrollbar
with yarn
yarn add @ayato-san/tailwind-scrollbar
scrollbar
, scrollbar-horizontal
, scrollbar-vertical
, scrollbar-button
, scrollbar-thumb
, scrollbar-track
, scrollbar-track-piece
, scrollbar-corner
, and scrollbar-resizer
.scrollbar-gutter
with values like auto
, stable
, stable-both
, inherit
, and initial
.scrollbar-width
with values like auto
, thin
, and none
.scrollbar-fg
and scrollbar-bg
utilities, supporting all colors from the Tailwind CSS color palette.firefox
: Scrollbar in firefox's like styleinside the tailwind.config.js
plugins: [require('@ayato-san/tailwind-scrollbar/preconfigured/<name>')]
theme: {
scrollbar: {
size: '10px', // the width or height of the scrollbar
padding: '2px', // the padding between the scrollbar and the border
background: { default: '#f0f0f0', hover: '#f4f4f4' }, // the scrollbar tack color
foreground: { default: '#bfbfbf', hover: '#a6a6a6' }, // the scrollbar thumb color
}
}