tailwind-scrollbar
Scrollbar plugin for Tailwind CSS
File Explorer
Download Latest Version (.zip)- run-tests.yml
- pre-commit
- helpers.d.ts
- helpers.js
- index.d.ts
- index.js
- typedefs.d.ts
- typedefs.js
- utilities.d.ts
- utilities.js
- variants.d.ts
- variants.js
- arbitrary-colors.html
- corner-hover.html
- dark-mode.html
- height.html
- opacity.html
- rounded.html
- scrollbar-corner.html
- scrollbar-none.html
- scrollbar-thin.html
- scrollbar-thumb.html
- scrollbar-track.html
- scrollbar.html
- scrollbar.test.js
- thumb-active.html
- thumb-hover.html
- track-active.html
- track-hover.html
- util.js
- width.html
- examples.md
- getting-started.md
- intro.md
- migrating.md
- utilities.md
- custom.css
- favicon.ico
- .nojekyll
- .gitignore
- babel.config.js
- docusaurus.config.js
- package-lock.json
- package.json
- README.md
- sidebars.js
- tsconfig.json
- .eslintrc.js
- .gitignore
- .mailmap
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/adoxography/tailwind-scrollbar
Downloads the entire project code from GitHub to your computer.
cd tailwind-scrollbar
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save-dev tailwind-scrollbar
Downloads and installs the libraries listed in package.json.
yarn add -D tailwind-scrollbar
Type this command into your terminal and run it.
pnpm add -D tailwind-scrollbar
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
