Skip to content

glowhub-dev/react-glowhub

Repository files navigation

react-glowhub

npm npm npm bundle size

react-glowhub is a react library for using GlowHub components in your react app. It is very simple to use and most of the configuration is done through glowhub.dev.

Installing

Using npm

npm i react-glowhub

Getting Started

Import GlowHubLoader from react-glowhub and add the GlowHubLoader to your app first.

import { GlowHubLoader } from 'react-glowhub'

const App = () => {
  return (
    <div>
      <GlowHubLoader 
        clientID='GH-ER4JHWJNRV' 
      />

      <h1>Your content</h1>
    </div>
  );
};

The rest of the configuration can be done from glowhub.dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published