Package Exports
- @real-system/dialog-primitive
- @real-system/dialog-primitive/lib/index.js
- @real-system/dialog-primitive/lib/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@real-system/dialog-primitive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@real-system/dialog-primitive
Dialog primitive for real system.
Installation
# install peer dependencies
# npm
$ npm install react react-dom
# yarn
$ yarn add react react-dom
# install dialog-primitive
# npm
$ npm install @real-system/dialog-primitive
# yarn
$ yarn add @real-system/dialog-primitiveCode Example
import { * } from '@real-system/dialog-primitive';
...