JSPM

  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q70730F
  • License MIT

Dialog component for real system.

Package Exports

  • @real-system/dialog
  • @real-system/dialog/lib/index.esm.js
  • @real-system/dialog/lib/index.js

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) 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

Dialog component for real system.

npm version minified size

Usage

# install peer dependencies

# npm
$ npm install react react-dom @real-system/box-primitive @real-system/button @real-system/dialog-primitive @real-system/styling-library @real-system/theme-library
# yarn
$ yarn add react react-dom @real-system/box-primitive @real-system/button @real-system/dialog-primitive @real-system/styling-library @real-system/theme-library

# install dialog

# npm
$ npm install @real-system/dialog
# yarn
$ yarn add @real-system/dialog

Code Example

import { Dialog } from '@real-system/dialog';

...