Quasar ChatMessage - Add icon with action
-
Hi folks, this framework is the best thing since PB&J sandwiches, really I have a blast every time.
So I’m writing a mock for a chatbot, and using q-message is just a breeze. However I bumped into an issue. At the end of each message I need to add an icon (using any of the typography available) to allow users to play the message via audio. It looks that vue components can’t be added as text to the q-chat component. Is there an way to append other components as text?
The slots did not work, because the default one creates a new line, and I would really like to have that floating after the last character of the payload.
Any directions would be awesome.
Cheers
-
@vinnyc just a rough example to give you an idea https://codepen.io/metalsadman/pen/BaLLOvM?editors=1010
-
Awesome, thank you that was it