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