Amir Pournasserian
Amir Pournasserian
+1 to component inheritance (in any form)
We have the same issue with `if` block for named slot.
> I also noticed that the modals are currently missing a focus trap, so tabbing through it focuses elements in the background as well. Adding a focus trap would also...
> I also noticed that the modals are currently missing a focus trap, so tabbing through it focuses elements in the background as well. Adding a focus trap would also...
Don't rely on the example shown in above screenshot (pink background): we should change that.
@TheHadiAhmadi @abdolian @saadeghi please share your ideas
We can add a property (theme) to El component which adds the class. @saadeghi: For DaisyUI: it should be class based. Right now, it is attribute based (data-theme)
> To change this behavior you can replace `[data-theme=NAME]` selectors to a class name. These are the themes: https://unpkg.com/browse/[email protected]/dist/themes.css You can disable them in Tailwind config https://daisyui.com/docs/themes/#-2 And use them...
> Yes, for daisyui project which has many themes, it is a good idea to have data attribute for themes. > > @pournasserian should we do for yesvelte? Having a...
@TheHadiAhmadi Can we add a property to ButtonGroup for the above UI?