NebulaSelections

Usage

This component enables you to embed the Qlik selections bar into your mashup.

import { NebulaSelections } from '@motor-js/nebula'
  
const App = () => {

  return (
    <NebulaSelections />
  )
  
}

export default App

Props

No props can be passed into this component

Last updated