🚑 Add back runtimeOptions and fix popup width option
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/react",
|
||||
"version": "0.2.30",
|
||||
"version": "0.2.31",
|
||||
"description": "Convenient library to display typebots on your React app",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -11,6 +11,9 @@ export const Default = () => {
|
||||
typebot={leadGenerationTypebot}
|
||||
apiHost="http://localhost:3001"
|
||||
autoShowDelay={3000}
|
||||
theme={{
|
||||
width: '800px',
|
||||
}}
|
||||
isPreview
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user