@spscommerce/xref-management
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

xref-management

This package is owned by SPS Commerce. The intent of this package is to expose cross reference micro UIs for consumption.

These micro UIs use the same set of props:

  • orgId: The ID of the organization.
  • currentUser: The current user object.
  • env: The environment configuration

Below are the differnt components and how they can be imported.

Connections

The connections xref UI can be imported with:

import { Connections } from "@spscommerce/xref-management";

It can then be used a regular component:

<Connections orgId={orgId} currentUser={currentUser} env={env} />

Locations

The locations xref UI can be imported with:

import { Locations } from "@spscommerce/xref-management";

It can then be used as a regular component:

<Locations orgId={orgId} currentUser={currentUser} env={env} />

Dependents (0)

Package Sidebar

Install

npm i @spscommerce/xref-management

Homepage

.

Weekly Downloads

363

Version

2.3.0

License

UNLICENSED

Unpacked Size

3.96 MB

Total Files

68

Last publish

Collaborators

  • spsc_saf