2
0
Files
bot/packages/react/src/stories/standard.stories.tsx

14 lines
242 B
TypeScript
Raw Normal View History

import { Standard } from '..'
export const Default = () => {
return (
<div style={{ height: '500px' }}>
<Standard
typebot="ladleTypebot"
apiHost="http://localhost:3001"
isPreview
/>
</div>
)
}