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