Components

Modal

A pop-up dialog for displaying content or actions in a focused overlay.

Logo

Form Modal

size

Type:

"auto" | "sm" | "md" | "lg" | "xl" | "full"

Size of the Panel

Default:

auto
radius

Type:

"md" | "lg" | "xl" | "2xl" | "3xl"

Shape of the Panel

Default:

md
className

Type:

string

Optional string to add custom CSS classes.

Default:

underfined
mode

Type:

"light" | "dark"

A shared theme mode across other modal component ('Header','Footer')

Default:

system
showBorder

Type:

boolean

Adds border-bottom to the component.

Default:

true

ModalContent

centerContent

Type:

boolean

Centers all it content

Default:

false
showBorder

Type:

boolean

Adds border-top to the component.

Default:

true
position

Type:

"right" | "left"

Specifies the alignment of the footer content.

Default:

right