@smart-access/privatescreen

This component shows a private screen message and buttons to download the app.

Usage no npm install needed!

<script type="module">
  import smartAccessPrivatescreen from 'https://cdn.skypack.dev/@smart-access/privatescreen';
</script>

README

Private Screen For Experiences

This component shows a private screen message and buttons to download the app.

Usage

import PrivateBlocker from "@smart-access/private-blocker"
<PrivateBlocker backgroundImage="url" primaryColor="">
    <div slot="title">
        <!-- optional content -->
    </div>
    <div slot="message">
        <!-- optional content -->
    </div>
</PrivateBlocker>