Ui.Modal.Content

The content part of a modal, with a title, content and actions.

Interactive Demo

You can play around with a Ui.Modal.Content below using the controls.

Copy File
Copying the file...
Title
Content
Icon
File Symlink File
Maximum Width (500px)
Minimum Width (280px)
Size (16px)
<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

Mint UI is a design system and component library for building websites, web and desktop applications.

Copyright © 2018-2024 Szikszai Gusztáv. All rights reserved.