@s-ui/react-gigya-loader

> Description

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@s-ui/react-gigya-loader
1.7.0a year ago4 years agoMinified + gzip package size for @s-ui/react-gigya-loader in KB

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.