commandbar
v1.14.0
Published
Javascript Utility for CommandBar
Downloads
109,696
Readme
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);
}