1.1.22 • Published 4 years ago

@ppci-mock/global-error v1.1.22

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Global Error

Table of contents

Installation

NPM

npm i @ppci-mock/global-error

// Polyfill: https://lit-element.polymer-project.org/guide/use#polyfills
npm i --save-dev @webcomponents/webcomponentsjs

Usage

Javascript

import '@ppci-mock/global-error'

Browser

<!-- Default -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/global-error/builds/index.min.js" />

<!-- Legacy -->
<script type="module" src="https://cdn.jsdelivr.net/npm/@ppci-mock/global-error/builds/legacy.min.js" />

<!-- Component -->
<global-error
  title=${String}
  message=${String}
  retryTitle=${String}
  @onRetry=${Event}
></global-error>

Properties

Events

1.1.22

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.20

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago