You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the behavior
I want to reuse the UI Kit from RocketChat in order to draw modals or messages in our custom client chat.
For example, for the poll plugin, I follow the workflow, and the chat integrated by RocketChat is able to render the 'blocks' structure received. How can I reuse that part of the code? is there a function where I can pass the json and receive the html code ready to display?
Describe the behavior
I want to reuse the UI Kit from RocketChat in order to draw modals or messages in our custom client chat.
For example, for the poll plugin, I follow the workflow, and the chat integrated by RocketChat is able to render the 'blocks' structure received. How can I reuse that part of the code? is there a function where I can pass the json and receive the html code ready to display?
Let's say something like this:
Regards.
The text was updated successfully, but these errors were encountered: