npm.io
1.14.0 • Published 1 year ago

commandbar

Licence
ISC
Version
1.14.0
Deps
2
Size
3.0 MB
Vulns
0
Weekly
0

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);
}