juzser / vue-bot-ui

For the one who is finding a customizable chatbot UI.
MIT License
163 stars 32 forks source link

Pass component as message #17

Closed alfonsozunigaj closed 2 years ago

alfonsozunigaj commented 3 years ago

Would it be possible to create a new type of message that embeds a component pass to it through the parameters instead of getting the text to be displayed?

juzser commented 3 years ago

You can check in README section #component for more information.

If there is not component you are finding, feel free to let me know or create new component yourself via the path components/MessageBubble/.. and then create PR, I will review and merge.