This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

hotglue-elements

0.0.17 • Public • Published

hotglue-elements

React element to present hotglue integrations.

NPM JavaScript Style Guide

Install

npm install --save hotglue-elements

Usage

import React, { Component } from 'react';

import Connections from 'hotglue-elements';
import 'hotglue-elements/dist/index.css';

class Example extends Component {
  getUserId() {
    // TODO: Get real id of current user
    return 'test-id';
  }

  render() {
    return <Connections tenant={this.getUserId()} />;
  }
}

License

MIT © hotgluexyz

Readme

Keywords

none

Package Sidebar

Install

npm i hotglue-elements

Weekly Downloads

362

Version

0.0.17

License

MIT

Unpacked Size

105 kB

Total Files

7

Last publish

Collaborators

  • hassansyyid