3.6.0 • Published 3 months ago

@toujou/toujou-exit-warning v3.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Toujou Exit Warning

Show a modal warning to the user when they are about to leave the page

Installation

  npm install @toujou/toujou-exit-warning

How to use

1. Add a "toujou-exit-warning" attribute to a link:

    <a class="link" target="toujou-exit-warning" href="https://google.com">Link</a>

2. Add the exit warning element to the page

    <exit-warning title="Sie sind dabei die Seite zu verlassen">
        <template>
            <span id="c283"></span>
            <p>Sie werden in <strong>${secondsRemaining} Sekunden</strong> auf die Seite <a href="${targetUrl}">${targetUrl}</a> weitergeleitet. Wenn Sie dies abbrechen wollen, schließen Sie dieses Popup.</p>
        </template>
    </exit-warning>

Notice that this element is called exit-warning and not toujou-exit-warning (for backwards compatibility)

3.6.0

3 months ago

3.0.0

5 months ago

2.1.0

7 months ago

2.0.22

10 months ago

2.0.20

10 months ago