Window
MockupWindow wraps content in a desktop-window frame with the three title-bar
dots. The content area is centred with padding on a base-200 background. It
is also available as Mockup.Window.
Import
import { MockupWindow } from '@sigx/daisyui';
// or
import { Mockup } from '@sigx/daisyui';
Basic Usage
Loading preview...
Framing a Component
Loading preview...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
class | string | - | Additional CSS classes on the frame |
Slots
| Slot | Description |
|---|---|
default | Window content |
