c3fbf8224b
* Add Embed ModalBox for routing forms * Add duplicate form support * Fix duplication logic * Change to feathericons everywhere and other fixes * Dont allow routes for fallback route * Fix all TS issues * Fix tests * Support routing using query params * Support multiselect in router endpoint * Fix the issue where app goes in embed mode after viewing embed once * Add router url tests * Add Responses download and form toggling tests * Add required validation test * Change Icons everywhere * App typeform app * Improvements in cli * Add typeform how-to-use page * Add typeform how-to-use page and screenshots * Fix TS error * Add missing image * Update CliApp.tsx * Revert unexpected zapier change * Revert yarn.lock, not sure why it was modified Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
---
|
|
description: _DESCRIPTION_
|
|
---
|
|
{/* Feel free to edit description or add other frontmatter. Frontmatter would be available in the components here as variables by same name */}
|
|
|
|
<div>
|
|
{description}
|
|
</div>
|
|
<hr />
|
|
<div style={{color:"gray", fontStyle:"italic"}} >
|
|
<div>Edit README.mdx file to update the content.</div>
|
|
<div>Edit config.json to update logo </div>
|
|
</div>
|