Pouya Saadeghi
Pouya Saadeghi
I don't see this issue on MacOS Firefox either, but I don't have a Windows to test on that. - Is this a touchscreen device (tablet, etc.) or a mouse...
> As workaround I am using for now ` class=“tabs tabs-bordered block”` No. `block` breaks the layout. It will be fixed by tomorrow.
You placed `tab-content` after all the tabs, which makes sense when you can target elements using JS, But this example will break using `block` because the content comes right after...
> It will be fixed by tomorrow. It's going to take more time. The grid template I had in mind as a fix, would create other issues. I'm working on...
I understand. But which theme was expected to be default? Let's say we have `themes: ["light", "dark", "cupcake"],` I think it's obvious the first one is going to applied. Also,...
daisyUI is just the CSS. We're simply using the HTML `` element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
As much as I would love to include a datepicker UI in daisyUI and there are indeed a lot of requests for that, Manually implementing the JS logic of datepicker...
I assume you're using `eslint-plugin-tailwindcss` with `no-custom-classname` rule. If so, it is expected to get warning. Disabling that rule should fix the warning. eslint-plugin-tailwindcss docs: https://github.com/francoismassart/eslint-plugin-tailwindcss Also make sure you're...
Answered here https://github.com/saadeghi/daisyui/discussions/1947 Let me know if you have any questions