IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

[FEATURE] Speech bubbles #2346

Open esmeetewinkel opened 6 days ago

esmeetewinkel commented 6 days ago

What? Option to display content (normally text, images or an audio file) in a "speech bubble".

image

Why? Requested by ParentApp Kids TZ and KW.

How? We need to be able to specify

My initial thought was that this entire component could be interpreted as an extension of the recently implemented display group variants, potentially using the icon_src parameter for the image file path (which is already in use by certain styles) and I believe there's also an existing parameter for the image position (top-left, top-right, bottom-left, bottom-right). However, I'm not sure it's in-line with our thinking around variants (since the parameter_list would contain a variant + subparameters that potentially make sense to that variant only).