@nebula.js/sn-action-button

v1.44.5
Action button supernova
qlik nebula supernova

sn-action-button

Maintainability Test Coverage

Action button supernova for nebula.js

Action button preview

Installing

If you use npm: npm install @nebula.js/sn-action-button. You can also load through the script tag directly from https://unpkg.com.

Usage

import { embed } from '@nebula.js/stardust';
import actionButton from '@nebula.js/sn-action-button';

// 'app' is an enigma app model
const nuked = embed(app, {
  types: [{ // register the action button object
    name: 'action-button',
    load: () => Promise.resolve(actionButton);
  }]
});

nuked.render({
  element,
  type: 'action-button',
});

See full example

npm i @nebula.js/sn-action-button

Metadata

  • MIT
  • >=18.16.0
  • QlikTech International AB
  • released 9/23/2024

Downloads