yobgob / too-many-hooks

Opinionated collection of typed React hooks
https://yobgob.dev/too-many-hooks/
Apache License 2.0
3 stars 5 forks source link

Use base stylesheet for basic components #25

Open dawsonbooth opened 1 year ago

dawsonbooth commented 1 year ago

It shouldn't be necessary to add styles for rather fundamental components like inputs, modals, cards, and loading indicators. We should find a way to use something like PicoCSS as a base and make any additions using Tailwind.

Best case scenario, we can use a Tailwind theme in addition to the CSS base so there's no need to "reset" any Pico styles to a Tailwind default.

dawsonbooth commented 1 month ago

shadcn/ui might be good for this