1.0.0 • Published 3 years ago

tailwindcssbuttonsuikits v1.0.0

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

✨ Tailwind CSS Buttons UI Kit

Tailwind CSS is a modern CSS framework that is for rapid UI development with awesome component and utility classes. So here we made simple Buttons UI Kit in Tailwind CSS with the help of utility classes.

Algorithm schema

⚙️ Installation

npm i tailwindcssbuttonsuikits

⚙️ Use

<button class="bg-transparent hover:bg-blue-500 text-blue-700 font-semibold hover:text-white py-2 px-4 border border-blue-500 hover:border-transparent rounded">
        Button
        </button>

📄Demo