Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 344 Bytes

Sidebar widget

Sidebar widget displays information regarding currently installed app(s), authenticated user's profile avatar and other quick access links.

Usage

const { default: startLoader } = await System.import('@akashaorg/ui-app-loader');

startLoader({
  defaultWidgets: [
    '@akashaorg/ui-widget-sidebar',
  ]
});