Hello all,
I want to use the google icon left panel closed and left panel open. I would like this to change when pressed (and do other stuff). What web control is best to use for this?
I could not even find anything in the docs that discuss where/how to use web icons.
Finally what format should the icon be? Google has both SVG and PNG types. Which is the correct format to use?
Thanks,
Tim
I’ve been using the Bootstrap icons built into the framework for some pretty nice, self contained controls. For example, I use the btn-close from Bootstrap as a close button.
Are there equivalent icons in Bootstrap Icons that would work? I can help you use my techniques and will reach out directly by iMessage if so.
Otherwise, if you can get the Google icon into SVG format, you can apply some style tricks to a WebButton so that it’s just the icon. Using WebButtons with Bootstrap Icon SVGs has been a very successful in-framework system for me.
1 Like
Hi Tim,
The google icons are available in SVG and PNG
I’ll reach out
Tim