How to use the @ohif/ui.ViewerbaseDragDropContext function in @ohif/ui

To help you get started, weā€™ve selected a few @ohif/ui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github OHIF / Viewers / platform / viewer / src / OHIFStandaloneViewer.js View on Github external
);
  }
}

const mapStateToProps = state => {
  return {
    user: state.oidc.user,
  };
};

const ConnectedOHIFStandaloneViewer = connect(
  mapStateToProps,
  null
)(OHIFStandaloneViewer);

export default ViewerbaseDragDropContext(
  withRouter(ConnectedOHIFStandaloneViewer)
);

@ohif/ui

A set of React components for Medical Imaging Viewers

MIT
Latest version published 1 month ago

Package Health Score

80 / 100
Full package analysis

Similar packages