commandbar Installation npm install commandbar --save or yarn add commandbar Usage // index.js import { init as initCommandBar } from 'commandbar'; initCommandBar('MY_ORG_ID'); const App = () => { // Identify user... const userID = ... window.CommandBar.boot(userID); }