xatkit-bot-platform / xatkit-chat-widget

(React) Chat widget for Xatkit
https://xatkit.com
MIT License
6 stars 2 forks source link

Beyond buttons what other form-like elements can we display in the widget? #21

Open jcabot opened 4 years ago

jcabot commented 4 years ago

Checkboxes?

radioButttons?

Product galleries?

hamzaed commented 4 years ago

In theory we can display anything using renderCustomComponent. We need to create React components for the elements we want to support. Here is an example with radio buttons.

image