Matdweb / Jamming

This project allows you 👥 to create and customize 🎨 playlists 🎼 and send them to your Spotify account using API technology.

Home Page:https://jamming-sooty.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create Button component instead of global class

Matdweb opened this issue · comments

In the previous code you are using the classes 'btn-primary' & 'error' css classes to style buttons globaly.
Instead of doing this, we could transform them into a reusable component 'Button'

The Button component should behave like this!

issueButtonInsteadOfClass

This should not modify the way the page works!