Code
WebPreview
Iframe-based web preview component with URL navigation, console logging, and responsive layout.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| defaultUrl | string | "" | Initial URL to display in preview |
| onUrlChange | (url: string) => void | - | Callback when URL changes |
| className | string | - | Additional CSS classes |
Import
import { WebPreview } from '@blastx/ui-ai';