1.3.0 • Published 4 years ago

@schibstedspain/react-gigya-loader v1.3.0

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

GigyaLoader

Description

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

Installation

$ npm install @schibstedspain/react-gigya-loader --save

Usage

Basic usage

import GigyaLoader from '@schibstedspain/react-gigya-loader'

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

Find full description and more examples in the demo page.