NJIT-IS332-Fall2023 / is322-next-app

sample repo for next app starter
https://is322-next-app.vercel.app
1 stars 0 forks source link

Break down button variants addresses #13 #19

Closed ksl29 closed 12 months ago

ksl29 commented 1 year ago

I initialized shadcn-ui and created the different button variants specified: primary, outline, button with the auth icons and a rounded button. I wasnt sure what the linked text button referred to. I also setup prettier and prettier-plugin-tailwindcss since tailwindcss is the styling language used by shadcn-ui. Currently there are a few things that need to be solved related to handling different colors when switching between light and dark mode and also dealing with button sizing.