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
Amazing work !
Just a little suggestion: action.icon<string| function> (optional if overwriting, required if custom action)
If the icon element is a string or is null do the normal way, but if is a function use the return string as element
that way we can create custom buttons, like a color picker
I am doing this right now:
Amazing work !
Just a little suggestion:
action.icon<string| function> (optional if overwriting, required if custom action)
If the icon element is a string or is null do the normal way, but if is a function use the return string as element
that way we can create custom buttons, like a color picker
I am doing this right now:
this works fine but is a nasty workaround (input inside button).
The text was updated successfully, but these errors were encountered: