@commandbar/foobar
v0.5.85
Published
## Usage
Downloads
21,127
Readme
@commandbar/foobar
Usage
npm install @commandbar/foobar
or
yarn add @commandbar/foobar
First initialize CommandBar and then boot it up!
// App.js
import { init as initCommandBar } from '@commandbar/foobar';
initCommandBar('MY_ORG_ID');
// Identify user...
const userID = ...
window.CommandBar.boot(userID);