1.0.0 • Published 4 years ago

@smart-access/no-user v1.0.0

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

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>