Pages mint-ui Search Basic information README Source on GitHub Entities Ui.ActionSheet Ui.AvoidFocus Ui.Book Ui.Box Ui.Brand Ui.Breadcrumbs Ui.Button Ui.Calendar Ui.Calendar.Cell Ui.Card Ui.Card.Container Ui.Card.Image Ui.Cell Ui.Checkbox Ui.CircularProgress Ui.ColorPanel Ui.ColorPicker Ui.Column Ui.Container Ui.Content Ui.ContentHint Ui.DarkModeToggle Ui.DatePicker Ui.DefinitionList Ui.Dropdown Ui.Dropdown.Panel Ui.Example Ui.Field Ui.FileInput Ui.FloatingButton Ui.FocusTrap Ui.Footer Ui.Grid Ui.Header Ui.Html Ui.Icon Ui.IllustratedMessage Ui.Image Ui.ImageCrop Ui.Input Ui.InteractiveList Ui.InteractiveList.Item Ui.Layout.Centered Ui.Layout.Documentation Ui.Layout.Website Ui.Modal Ui.Modal.Base Ui.Modal.Content Ui.Native.AutoComplete Ui.Native.Select Ui.NavItem Ui.NavItems Ui.Notification Ui.Notifications notifications notify notifyDefault render Ui.Pagination Ui.Picker Ui.RelativeTime Ui.Row Ui.ScrollPanel Ui.ScrollToTop Ui.Select Ui.Slider Ui.StickyPanel Ui.Table Ui.Table.Header Ui.Tabs Ui.Textarea Ui.Theme.Root Ui.Toggle Ui.Cell Ui.ColorPanel.Status Ui.ImageCrop.Direction Ui.ImageCrop.Status Ui.ListItem Ui.NavItem Ui.Picker.Status Ui.Position Ui.Size Ui.Token Ui.FontConfiguration Ui.ImageCrop.Value Ui.Tab Ui.Table.Header Ui Versions 2.1.0 2.0.0 1.6.0 1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0 0.0.13 0.0.12 0.0.11 0.0.10 0.0.9 0.0.8 0.0.7 Dependencies mint-color 0.0.0 <= v < 1.0.0 Ui.Notifications A component to display notifications. States notifications : Map(String, Tuple(Html, Number)) = Map.empty() A variable to track the notifications which are displayed. Functions notify ( content: Html duration: Number ) : Promise(Never, Void) Shows the given content as a notification with the given duration. notifyDefault ( content: Html ) : Promise(Never, Void) Shows the given content as a notification with default duration. render : Html Renders the notifications.