2.0.0 • Published 3 years ago

hide-tailwind-scrollbar v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

hide-tailwind-scrollbar

Installation

Install the plugin from npm:

# Using npm
npm install hide-tailwind-scrollbar
you can use yarn also....

Now add this bad boy to tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('hide-tailwind-scrollbar')
    // ...
  ]
}

Now you can use it like this

<div className="scrollbar-hide">...</div>

EXTRAS

*i am thinking of adding more plugins doing the different thing to the scrollbars may be write them some other time.

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago