The content part of a modal, with a title, content and actions.
<Ui.Modal.Content content=<{ "Copying the file..." }> title=<{ "Copy File" }> minWidth={Ui.Size.Px(280)} maxWidth={Ui.Size.Px(500)} size={Ui.Size.Px(16)} actions=<> <Ui.Button label="Cancel" type="faded"/> <Ui.Button label="Ok"/> </>/>
Mint UI is a design system and component library for building websites, web and desktop applications.