@s-ui/react-gigya-loader
v1.7.0
Published
> Description
Downloads
4,922
Maintainers
Keywords
Readme
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.