Julien Castets
TTCTheo's Typesafe Cult
•Created by Julien Castets on 10/22/2024 in #questions
Flowbite vs tailwind UI vs shacdn vs ??
Thank you so much for your detailed answer, I'll give a try to shacdn!
16 replies
TTCTheo's Typesafe Cult
•Created by Julien Castets on 10/22/2024 in #questions
Flowbite vs tailwind UI vs shacdn vs ??
ohh ok, you mean the flowbite-react package.
16 replies
TTCTheo's Typesafe Cult
•Created by Julien Castets on 10/22/2024 in #questions
Flowbite vs tailwind UI vs shacdn vs ??
Am I missing something?
16 replies
TTCTheo's Typesafe Cult
•Created by Julien Castets on 10/22/2024 in #questions
Flowbite vs tailwind UI vs shacdn vs ??
From my understanding, flowbite is nothing more but components you copy paste in your code, and you can customize the classes of you need to
16 replies
TTCTheo's Typesafe Cult
•Created by Julien Castets on 10/22/2024 in #questions
Flowbite vs tailwind UI vs shacdn vs ??
oO
16 replies
TTCTheo's Typesafe Cult
•Created by Julien Castets on 10/22/2024 in #questions
Flowbite vs tailwind UI vs shacdn vs ??
yes, but why? 🙂
16 replies
TTCTheo's Typesafe Cult
•Created by Julien Castets on 10/22/2024 in #questions
Flowbite vs tailwind UI vs shacdn vs ??
thanks a lot for your reply. Why are you saying the approach of shacdn is more flexible?
16 replies
TTCTheo's Typesafe Cult
•Created by KP on 1/5/2023 in #questions
Typescript doesn't show which prop should be provided
3 replies
TTCTheo's Typesafe Cult
•Created by Julien Castets on 12/16/2022 in #questions
How to infer the ref type of a component?
wooouhh, actually I can
it seems to work to put the type here.
3 replies
TTCTheo's Typesafe Cult
•Created by Julien Castets on 12/16/2022 in #questions
How to infer the ref type of a component?
I tried
React.ComponentPropsWithRef<typeof Input>["ref"]
but it doesn't work, I'm not sure it even makes sense.3 replies