## Overall Used to notify users of some infomation. Similar to Web Notification.
npm install @emanon/ema-notification| Property | Attribute | Type | Default | Description |
|-------------|-------------|--------------------------------------------------|-------------|------------------------------------|
| placement | placement | "top_right" \| "bottom_right" \| "bottom_left" \| "top_left" | "top_right" | Where notifications are displayed. |
| Property | Default | Description |
|------------------------------|---------|-----------------------------------|
| --ema-c-notification-space | "8px" | Space between notification items. |
ema-notification's item element.| Property | Attribute | Type | Default | Description |
|----------|-----------|-----------|---------|--------------------------------------------------|
| id | id | string | "" | ID of the item.
Used as an argument of item tap events. |
| opened | opened | boolean | false | Visibility flag. |
| text | text | string | "" | Notification item text. |
| title | title | string | "" | Title of the notification item. |
| Event | Type | Description |
|------------|--------------------------------|--------------------------------------------------|
| item-tap | CustomEvent<{ id: string; }> | Fires when an item is tapped.
Returns selected option's id. |
| Property | Default | Description |
|------------------------------------|-----------|-------------------|
| --ema-c-notificationItem-bgColor | "#5289ea" | Background color. |