The base component for a modal, this contains the backdrop and the centered content with transitions.
Use this when you want to create a custom modal.
<Ui.Modal.Base closeOnOutsideClick={true} transitionDuration={240} zIndex={100} open={false}> <Ui.Button onClick={(event : Html.Event) { /* Handle event...*/ }} label="Close"/></Ui.Modal.Base>
Mint UI is a design system and component library for building websites, web and desktop applications.