0.0.4-beta • Published 4 years ago

changelog-sidebar v0.0.4-beta

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Useful Links

Installation

# npm
npm install changelog-sidebar

# yarn
yarn add changelog-sidebar

Usage

import Sidebar from 'changelog-sidebar';

// Instantiate the sidebar
let sdk = new Sidebar({
  id: '5Web2XRF',
  key: 'IK-X2zvTYjp-NCg-3q2Rj'
});

// Toggle the sidebar
sdk.toggle();

// Open the sidebar
sdk.open();

// Close the sidebar
sdk.close();

API

new SidebarSDK(options)

Create a new sidebar-instance.

options

Type:

{
  id: string;
  key: string;
  element: string;
}

sdk.open()

Open the sidebar programmatically.

sdk.close()

Close the sidebar programmatically.

sdk.toggle()

Open or close the sidebar programmatically.

0.0.4-beta

4 years ago

0.0.3-beta

4 years ago

0.0.2-beta

4 years ago

0.0.1-beta

4 years ago