Notification
LmnNotificationComponent
import { LmnNotificationComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
emoji r |
| If defined and valid, an emoji is displayed in the notification. The emoji Input has priority on the iconSvgName Input. |
headingLevel r |
| It defines the level of the heading of the notification, applied to the title element. |
iconSvgName r |
| If defined, a custom icon is set in the notification, in place of the standard one for the notification type. |
nativeElement r | HTMLElement | |
negative r |
| It activates and deactivates the negative mode. |
role r |
| If defined, it overwrites role of the notification. |
showOutline r |
| If true, the outline around the notification is shown. |
theme r |
| It changes the theme of the notification. |
LmnNotificationTitleComponent
import { LmnNotificationTitleComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnNotificationDescriptionComponent
import { LmnNotificationDescriptionComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnNotificationAsideComponent
import { LmnNotificationAsideComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |