How to use @pluralsight/ps-design-system-dialog - 1 common examples

To help you get started, we’ve selected a few @pluralsight/ps-design-system-dialog 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 pluralsight / design-system / packages / site / pages / components / dialog.js View on Github external
'modal',
            'boolean',
            null,
            <code>false</code>,
            <span>makes Dialog modal</span>
          ]),
          PropTypes.row([
            'onClose',
            'Event =&gt; ()',
            null,
            null,
            'callback to be called by various close methods'
          ]),
          PropTypes.row([
            'tailPosition',
            PropTypes.union(Dialog.tailPositions),
            null,
            null,
            <span>
              positions a tail pointer (from <code>Dialog.tailPositions</code>)
            </span>
          ])
        ]}
      /&gt;

      Tail
      <p>
        Dialogs can be shown with or without a tail (a directional indicator).
        To make the tail appear, use a{' '}
        Dialog.tailPositions option.
      </p>

@pluralsight/ps-design-system-dialog

Design System component for dialog ui

Apache-2.0
Latest version published 1 year ago

Package Health Score

58 / 100
Full package analysis

Popular @pluralsight/ps-design-system-dialog functions

Similar packages