1.3.1 • Published 4 years ago

react-glowhub v1.3.1

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

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

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago