-
-
Notifications
You must be signed in to change notification settings - Fork 130
Feature : use tailwind + shadcn for ui components #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for quicksnip ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Personally, I also prefer using UI libraries as it removes the burden of having write components and manage the CSS, while also making sure proper compatibility across different browsers. #80.
The specific UI libraries to use should be discussed, but generally shadcn and tailwindcss seem to be popular these days
Those look good, but please merge main into your branch, another PR fixed a lot of the stuff you are changing (@path
s, wrong links, etc)
Those look good, but please merge main into your branch, another PR fixed a lot of the stuff you are changing (
@path
s, wrong links, etc)
too many changes , will create another pr
moved changes to this pr .
Description : preview only
feature to use tailwind + components from shadcn , allows to reuse the prebuilt components in ui
for example have modified the select option to use shadcn
lemme know if you guys wanna suggest anything before i actually start contributing to this :)