Reusable elements - Dynamic Icon

Hi everyone!

Is there any way to use icons in reusable elements without using a plugin?

you could download svgs from flaticon or lordicon and then use image to show them

lordicon you can also just use html code to render them dynamically

1 Like

in the past I’ve used option sets with the icon file

If you take the html route; use the option set to easily swap the icon name and keep it consistent across the app

1 Like

the one annoying thing about reuseable elements is they are not clickable and have to be nested within a group to be clickable on the page you add them to.

I’m kicking myself in a few apps I’ve built for not using a reuseable element for icons because if you ever want to change the edit icon to another icon you have to literally change it in 200 places!

but putting it in a reuseable means you then have to nest it in a group on the page to “click” it. bubble is full of frustrating tradeoffs.

1 Like

Yes, I agree with you