In the sidebar of my MultiPage app ( using Pages), I would like to use custom images as links to the other pages instead of the text & pills.
Is this possible?
In the sidebar of my MultiPage app ( using Pages), I would like to use custom images as links to the other pages instead of the text & pills.
Is this possible?
Hi @Mr.King
Yes, itโs possible - try:
dcc.Link(html.Img(src="assets/page1-image.png", height=100), href="/page1")