1.3.1 • Published 3 years ago

react-glowhub v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago