1.7.0 • Published 2 years ago

@s-ui/react-gigya-loader v1.7.0

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

GigyaLoader

Description

Ensures Gigya SDK is loaded before allowing to render the child content

Installation

$ npm install @s-ui/react-gigya-loader --save

Usage

Basic usage

import GigyaLoader from '@s-ui/react-gigya-loader'

return (
  <GigyaLoader render={() => 'You can use Gigya SDK now!'} />
)

Find full description and more examples in the demo page.