hide-tailwind-scrollbar
v2.0.0
Published
Basically helps to hide the scrollbar when using tailwind.
Downloads
1
Readme
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.