eQuantic.UI Documentation

Component

Modal

A dialog box that overlays the main content to focus user attention.

Usage Example

new Modal("Confirm Delete", body: new Text("Are you sure?")).WithFooter(buttons);

Properties

PropertyDescription
titleHeader text.
bodyMain dialog content.
footerAction buttons.

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.