Skip to main content

ghosta.fire

Options

PropertyTypeDefaultDescription
titlestring-Title under the icon
descriptionstring-Description under the icon
iconReactNode-Render icon or any react element on popup inside circle box
headerTitlestring-Title above the icon
headerDescriptionstring-Description above the icon
contentReactNode-Content under the icon
buttonsGhostaButtonOptions[]-Show buttons on the popup
alignmentleft | center | rightcenterAlignment of content of popup
showCloseButtonbooleanfalseShow close button on top right of popup
preventClosebooleanfalseIf true, popup won't close. You can close it just by using ghosta.close method
sizesm | md | lgmdSize of the popup
colorsGhostaPopupElementColors-All element colors of Popup can change by colors option
classNamesGhostaPopupClassNames-All element classNames of Popup can change by classNames option

Usage

const id = ghosta.fire({ title: "Alert title" });