A pop-up dialog for displaying content or actions in a focused overlay.
preventClose
Type:
boolean
Prevents the Modal component from closing when clicked outside
Default:
falseintensity
Type:
"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl"
Controls the intensity of the drop component backdrop.
Default:
smmode
Type:
"light" | "dark"
Sets the theme mode for the backdrop component.
Default:
systemvalue*
Type:
string
Provides the modal's value, typically used for managing the active state.
Default:
className
Type:
string
Custom class for the Modal
Default:
size
Type:
"auto" | "sm" | "md" | "lg" | "xl" | "full"
Size of the Panel
Default:
autoradius
Type:
"md" | "lg" | "xl" | "2xl" | "3xl"
Shape of the Panel
Default:
mdclassName
Type:
string
Optional string to add custom CSS classes.
Default:
underfinedmode
Type:
"light" | "dark"
A shared theme mode across other modal component ('Header','Footer')
Default:
systemshowBorder
Type:
boolean
Adds border-bottom to the component.
Default:
truecenterContent
Type:
boolean
Centers all it content
Default:
falseshowBorder
Type:
boolean
Adds border-top to the component.
Default:
trueposition
Type:
"right" | "left"
Specifies the alignment of the footer content.
Default:
right