This component has been deprecated. Please use assistant-ui instead.

interface ModalProps {
    description?: ReactNode;
    icon?: string | IconBoxProps;
    image?: string;
    title?: ReactNode;
}

Hierarchy (view full)

Properties

description?: ReactNode

A text or component shown under the title. Usually, a description of the current step

icon?: string | IconBoxProps

The name of an icon, or an object with icon properties to show on the left

image?: string

A URL to an image file to show on the left

title?: ReactNode

A text or component shown on the first line. Usually, the name of the current step