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
Integrations:
So if I understand correctly, as I have been playing around and reading through all the docs, it doesn't seem to be that you can directly manipulate the UI of the Metamask wallet? So, for instance, through Snaps, I would not be able to add additional information under the NFTs section to show related benefits and perks of one's holdings? I guess this would make sense because its not an open sourced project. Could someone just confirm this for me by chance? The best idea I can find is just to create a homepage with the data.
Images:
For the Image component, why is it restricted to only imported SVGs? Is there a way to render PNGs or other file formats remotely? I know it says you cannot import remotely, so I wonder what the workaround would be? Outputs an image. This component takes an inline SVG. It does not support remote URLs.
In the component it requires an SVG; however, within the Card component, I receive no error, but get unloaded Images
Style:
I read that there are no custom styles. Any update? Also, specifically, does anyone know how to allow the descriptions and title to overflow to multiple lines within a component?
Here's my normal code
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Integrations:
So if I understand correctly, as I have been playing around and reading through all the docs, it doesn't seem to be that you can directly manipulate the UI of the Metamask wallet? So, for instance, through Snaps, I would not be able to add additional information under the NFTs section to show related benefits and perks of one's holdings? I guess this would make sense because its not an open sourced project. Could someone just confirm this for me by chance? The best idea I can find is just to create a homepage with the data.
Images:
For the Image component, why is it restricted to only imported SVGs? Is there a way to render PNGs or other file formats remotely? I know it says you cannot import remotely, so I wonder what the workaround would be?
Outputs an image. This component takes an inline SVG. It does not support remote URLs.
In the component it requires an SVG; however, within the Card component, I receive no error, but get unloaded Images
Style:
I read that there are no custom styles. Any update? Also, specifically, does anyone know how to allow the descriptions and title to overflow to multiple lines within a component?
Here's my normal code
Beta Was this translation helpful? Give feedback.
All reactions