Global error
npm install @ppci/global-errorjavascript
npm i @ppci/global-error// Polyfill: https://lit-element.polymer-project.org/guide/use#polyfills
npm i --save-dev @webcomponents/webcomponentsjs
`$3
#### Javascript
`javascript
import '@ppci/global-error'
`#### Browser
`html
title=${String}
message=${String}
retryTitle=${String}
@onRetry=${Event}
>
``| Property | Type | Description | Possible Values |
| title | string | Title of the notification | |
| message | string | Error description message | |
| retryTitle | string | Title of the retry button. Button will not appear if retryTitle is empty | |
| retryAction | Function | Title of the retry button. Button will not appear if retryTitle is empty |
| Name | Description | Payload |
| @onRetry | Triggered when the retry button is clicked |