RC4-Developers / rc4dev-website

Contains the frontend code for the RC4 Developers website. Built using NextJS.
rc4dev-website.vercel.app
MIT License
0 stars 0 forks source link

Tailwind CSS #1

Open AjayShanker-geek opened 1 year ago

AjayShanker-geek commented 1 year ago

Tailwind CSS

I would recommend to use tailwind CSS as it has been useful to me.

tingkai-mai commented 1 year ago

Thank you, I will consider this. I was thinking about using mantine UI for the components as well, what do you think?

AjayShanker-geek commented 1 year ago

Hmm, you can actually use both of them together as Tailwind CSS is a set of css utility classes. It should able to add them to mantine UI components.

For online, might have some issue to mind for using both

tingkai-mai commented 1 year ago

Will note, thanks!