1.3.1 • Published 5 years ago
react-glowhub v1.3.1
react-glowhub
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-glowhubGetting 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
5 years ago
1.3.0
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.7
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago