1.2.0 • Published 2 years ago

@s-ui/react-google-one-tap-loader v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GoogleOneTapLoader

Description

Ensures Google One Tap script is loaded before allowing to render the child content

Installation

$ npm install @s-ui/sui-google-one-tap-loader

Usage

Basic usage

import GoogleOneTapLoader from '@s-ui/sui-google-one-tap-loader'

return (<GoogleOneTapLoader render={() => 'You can use Google Accounts now!'}/>)

Find full description and more examples in the demo page.