Action Row (only icon triggers action when action is 'open url')

That’s where I fall back to something like a hint component (which has an icon option, but unfortunately no Title), or a rich text component (which allows you to basically build a component how you want).

Either component still allows actions when clicked.

I have built my own “hint” style components using rich text components. Here’s some examples:

Basically it’s just some HTML with inline CSS and in some cases, HTML Tables if I need things to line up a certain way. Here is a basic structure that I use for homemade hint components.

3 Likes