React CUI
React wrapper for CUI Typeform render.
What the h*ll is this?
At Typeform, we created a new (and we hope) useful way to render your forms, in a more conversational way.
And this is it. If you're not part of our Alpha test yet, join us!
Installation
- Add the script
yarn add react-cui
ornpm install --save react-cui
- Import it
<Cui uid='abc123' />
Reference
uid
{string} - Typeform form IDheight
{number,string} - The height of the embed after the conversation startsavatar
{string} - url of the avatar for the conversationtheme
{string} - color of the main theme color for the embed, access any type of color format
Events API
cui:init
with the payload:{ uid }
cui:reply
with the payload:{ answer }
cui:completed
with the payload:{ answers }
Example
const embedElement = documentembedElement