Matdweb / Jamming

This project allows you 👥 to create and customize 🎨 playlists 🎼 and send them to your Spotify account using API technology.
https://jamming-sooty.vercel.app
MIT License
0 stars 1 forks source link

create Button component instead of global class #13

Closed Matdweb closed 1 year ago

Matdweb commented 1 year ago

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!