What is the most effective way to add an icon next to text within a button?
This is an example:
What is the most effective way to add an icon next to text within a button?
This is an example:
Unfortunately you can’t do it with a button element (currently)… perhaps there are some plugins for it though…
But there are some simple workarounds…
1 option is to use a text element instead of a button (styled to look like a button)
Then use BBcode to include a Font Awesome icon in the text itself.
Another option is to use a group (row) element instead of a button (styled to look like a button), then add an icon and a text element into the group.
Thank you Adam
I’m using the free Heroicons plugin and it’s working really well. Heroicons Plugin | Bubble
Thanks for the recommendation, from what I see one still needs to use a group if they want text and an icon?
Not if you are using it in a button. See this for more details. Heroicons (notion.so)
This topic was automatically closed after 70 days. New replies are no longer allowed.