Pop Ups
Design System - Pop Up component

// Sample code
<PopUp
alertHeading=""
alertMessage=""
className=""
customIcon=""
description="Please contact the administrator if you have forgotten your password."
equalWidthButtons
footerChildren={[
<Button label="Cancel" onClick={() => {}} type="button"/>,
<Button icon="FileDownload" label="Download Template" onClick={function noRefCheck() {}} type="submit"/>
]}
footerStyles={{}}
footerclassName=""
headerMaxLength=""
headerclassName=""
heading="Heading"
iconFill=""
maxFooterButtonsAllowed={5}
onClose={function noRefCheck() {}}
onOverlayClick={function noRefCheck() {}}
overlayClassName=""
props={{}}
showIcon
sortFooterButtons
style={{}}
subHeaderMaxLength=""
subheading="Subheading"
type="default"
>
<div>
This is the content of the Popup
</div>
<AlertCard
className="popup-alert-card"
text="This is an alert card"
/>
</PopUp>Anatomy

Variants


Properties




Property Configuration Table
Property
Value
Default
Property
Value
Default
Usage Guide


Change log
Date
Number
Notes
Design Checklist
Last updated
Was this helpful?