1.0.4 • Published 6 years ago

reactintercomlib v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

react intercom

Usage

Installation

With npm:

npm install reactintercomlib --save

With reactjs

Initializing IC and using widget in component:

class App extends Component {
  componentDidMount() {
    ReactIc.initialize({
      app_id: 'd3vzmxvx'
    })
  }
  render() {
    return (
      <div className="App">
        <header className="App-header">
          <img src={logo} className="App-logo" alt="logo" />
          <h1 className="App-title">Welcome to React</h1>
        </header>
        <p className="App-intro">
          To get started, edit <code>src/App.js</code> and save to reload.
        </p>
      </div>
    );
  }
}

export default App;
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago