Benji

Results 29 comments of Benji

Hi @Igosuki, You're right, it's definitely not optimal and we should reevaluate that. Can you try removing the safelist, and instead add `"node_modules/daisyui/dist/**/*.js"` to your content? I'm curious to see...

Hi @MrSquaare, We previously attempted button/anchor polymorphism (modelled after reactstrap specifically) but I removed it in #72. The reason being that it caused type safety issues. We may attempt it...

@urtheaman Sure, thank you!

@urtheaman Have you made any progress on any tests? I would prefer if you didn't "claim" any and instead simply make a PR per component as you finish them. That...

@urtheaman There's no pressure to do everything, and it's probably better that you don't! You can always just PR what you have and contribute more in the future depending on...

@wildlifehexagon I believe so! Ignore any comments claiming specific components, all PR's will be accepted on a first come first serve basis. So take whichever you like!

Ah, yeah that will be a problem since the DropdownItem renders an anchor. Let me see what I can do about that, and post a PR here!

Hi @khanhhaquang, The correct way to do this would be like so: ```js Click me ``` If you believe adding the `component` prop would be valuable you are welcome to...

Sorry, you are correct, I was not thinking when I wrote that comment! 😅 In some ways this relates to #108 because we fundamentally lack a way to use a...

Hi @indicozy, I'll be looking into this further, sorry for the delay. I'm not too familiar with pnpm so apologies for not testing whether or not it would work with...