9
packages/react/src/stories/standard.stories.tsx
Normal file
9
packages/react/src/stories/standard.stories.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import { Standard } from '..'
|
||||
|
||||
export const Default = () => {
|
||||
return (
|
||||
<div style={{ height: '500px' }}>
|
||||
<Standard typebotId="ladleTypebot" apiHost="http://localhost:3001" />
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user