Pouya Saadeghi

Results 289 comments of Pouya Saadeghi

It applies animation using JS and removes it after showing/hiding modal. I can't add JS to daisyUI since it's a Tailwind CSS plugin. However, it is possible to apply your...

As you can see, there are different functions and variables being used for each color name, so it can't be one function to use a list of color names. But...

There's none ...yet. I will add it soon but for now, you can do this: https://play.tailwindcss.com/JXzVqKAGqZ?file=css ```html ``` ```css .file-input::file-selector-button{ @apply btn; } ```

This is tricky because this usage of `@apply` already generates some unwanted selectors and it's just a temporary fix. But don't worry, file selector style will be added in next...

@ptfw this issue is still open. We don't have vertical group yet.

`btn-group-vertical` [added](https://github.com/saadeghi/daisyui/pull/863) in daisyUI `2.17.0` 🎉 However, "vertical tabs" would look a lot like [`menu`](https://daisyui.com/components/menu/) and there wouldn't be much differences.

This can not be a **default style** in daisyUI because anyone may or may nor want an animation and they may want a totally different animation. So I think the...

This is fixed on Safari `15.4` which supports the new CSS `svh` unit. The new `svh` unit fits the height of screen considering the dynamic parts of the browser (address...