You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think attribute spreading must be added to leptonic.
Attribute spreading was added to leptos 0.6.12
I tried to use this, but it not works for Link of leptonic
I 100% concur, you currently can't set type = "submit" on the Button component as provided by leptonic currently
If I get the time, I'll try to add this feature, but as @over-light said this should be added since it is stabilised in Leptos already!
but I guess 0.7 will roll around anyway
I think attribute spreading must be added to leptonic.
Attribute spreading was added to
leptos
0.6.12I tried to use this, but it not works for
Link
ofleptonic
Then we can use like this;
https://docs.rs/leptos_router/latest/src/leptos_router/components/link.rs.html#64
https://github.com/lpotthast/leptonic/blob/6c2959f7336dd80e13a3ae8c05671d05ecd38d02/leptonic/src/components/link.rs#L11
I think it is very important feature and must be quickly added to
leptonic
The text was updated successfully, but these errors were encountered: