Pouya Saadeghi
Pouya Saadeghi
Why do we need sizing (like `btn-group-sm` or `btn-group-lg`)? 🤔
There's no need for sizing for the group.
@kaname-png Yes, this is in my to-do list but with "toast" name. I believe a "toast" and a "snackbar" is the same thing. Right?
Yes, it should be something similar to an `alert` with `position:fixed` but I'm going to also add animations and a wrapper to stack multiple items on top of each other....
@priyang12 sure. let me know if I can help
@priyang12 make sure you build the daisyUI node package first: https://github.com/saadeghi/daisyui/blob/master/.github/CONTRIBUTING.md#building-on-local
We can close this issue now that we have [`toast` component](https://daisyui.com/components/toast/) (added in daisyUI `2.19.0`) thanks to @cryptodeal
I don't have a solution for this yet. If I add a CSS animation for closing the modal, it will cause a flicker when page loads and that's not good.
@lkj4 currently modal has `visibility: hidden` when it's closed and has `visibility: visible` when it's open. We can't apply CSS animation when an element goes from visible to hidden because...
Okay I re-open this but that wouldn't help. We can't animate to `visibility: hidden`