commandbar
TypeScript icon, indicating that this package has built-in type declarations

1.14.0 • Public • Published

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

/commandbar/

    Package Sidebar

    Install

    npm i commandbar

    Weekly Downloads

    15,958

    Version

    1.14.0

    License

    ISC

    Unpacked Size

    3.1 MB

    Total Files

    77

    Last publish

    Collaborators

    • commandbarteam