1.1.22 • Published 5 years ago

@ppci-mock/global-error v1.1.22

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.1.19

6 years ago

1.1.18

6 years ago

1.1.20

6 years ago

1.1.17

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago