scoped-notifications
It looks as if duplicates exist for this lead. View Duplicates.
About Scoped Notifications
Accessibility
Scoped notifications contain role="status"
on the container to signal to the browser to send an accessible status event to assistive technology. The assistive technology then notifies the user.
Base
It looks as if duplicates exist for this lead. View Duplicates.
<div class="slds-scoped-notification slds-media slds-media_center slds-scoped-notification_light" role="status">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-utility-info" title="information">
States
Informational
It looks as if duplicates exist for this lead. View Duplicates.
<div class="slds-scoped-notification slds-media slds-media_center slds-theme_info" role="status">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-utility-info" title="info">
Success
Success! Your entry has been duplicated. View Duplicates.
<div class="slds-scoped-notification slds-media slds-media_center slds-theme_success" role="status">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-utility-success" title="success">
Warning
It looks as if duplicates exist for this lead. View Duplicates.
<div class="slds-scoped-notification slds-media slds-media_center slds-theme_warning" role="status">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-utility-warning" title="warning">
Error
It looks as if duplicates exist for this lead. View Duplicates.
<div class="slds-scoped-notification slds-media slds-media_center slds-theme_error" role="status">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-utility-error" title="error">
Examples
Informational Notifications default to the dark theme. For light, use the class slds-scoped-notification_light
instead of slds-theme_info
. An additional class, slds-scoped-notification_dark
is also available for the dark theme to more easily toggle between them.
Light Theme
It looks as if duplicates exist for this lead. View Duplicates.
<div class="slds-scoped-notification slds-media slds-media_center slds-scoped-notification_light" role="status">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-utility-info" title="information">
Dark Theme
It looks as if duplicates exist for this lead. View Duplicates.
<div class="slds-scoped-notification slds-media slds-media_center slds-scoped-notification_dark" role="status">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-utility-info" title="information">