1.3.0 • Published 5 years ago
@schibstedspain/react-gigya-loader v1.3.0
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.