Jidé
Jidé
I have the same error, with a lora coming straight from https://replicate.com/cloneofsimo/lora-training.
Wow this one was sneaky... thanks @daaashley !
I'm trying to implement this, still very rough but I'll share progress and code. Implementing a real theme might not work since shadcn/ui is based on copying/pasting components, so there's...
Well that's the selling point of shadcn/ui, you own the ui library, so customizing it is as easy as editing files directly. It has its upsides and downsides, but for...
> For what it's worth, I'm not knocking this approach. I guess I don't understand the difference between copy/pasting code and forking a library. You lose the upgrade path either...
> Ok I think I understand now. You're saying that it doesn't make sense to publish a compatibility package for shadcn à la @react-querybuilder/chakra or @react-querybuilder/antd because it wouldn't be...
Hey, I took the time to extract the ui into a clean project. Here it is : https://github.com/jide/react-querybuilder-shadcn-ui/tree/main/src/components/react-querybuilder-shadcn-ui It's still very rough, but I thought it may be useful at...
Added more UI. Starts to look decent IMO !
Forgot to mention I also added dark mode support. Still some work to do on drag n drop and shift features, but its functional.
In the end, I think my "component injection" idea may not be that bad... It's not fun to copy and paste all the files manually without a CLI tool like...