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
In case we need to pass an image URL to any component with icons (for example Button), we currently need to use slots when they are available (which is not always the case, for example the input icon of CommandPalette). It would be helpful if the Icon component could accept an URL and use #build/ui-image-component instead.
Example use case: allowing users to upload/set their own icons.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
In case we need to pass an image URL to any component with icons (for example
Button
), we currently need to use slots when they are available (which is not always the case, for example the input icon ofCommandPalette
). It would be helpful if theIcon
component could accept an URL and use#build/ui-image-component
instead.Example use case: allowing users to upload/set their own icons.
Additional context
No response
The text was updated successfully, but these errors were encountered: