This package has been deprecated

Author message:

This package has been deprecated. Please use the '@atlaskit' scoped packages instead. See https://atlaskit.atlassian.com for more information

ak-editor-popup

4.1.0 • Public • Published

AtlasKit component registry Commitizen friendly semantic-release Report an issue Ask in our forum

ak-editor-popup

Popup

Kind: global class

new Popup()

The definition for the Popup component.

HTML Example

<ak-editor-popup target="#target"></ak-editor-popup>

JS Example

import Popup from 'ak-editor-popup';
const myPopup = new Popup();

popup.open : Boolean

Controls visibility of an -popup. Dialog is invisible by default.

Kind: instance property of Popup
Default: false
HTML Example

<ak-editor-popup open></ak-editor-popup>

JS Example

dialog.open = true;

popup.target : String

Target of an -popup. Selector or element on a page relative to which -popup should be positioned

Kind: instance property of Popup
HTML Example

<ak-editor-popup target="#target"></ak-editor-popup>

JS Example

dialog.target = document.body.querySelector('#target');

JS Example

dialog.target = '#target'

Support and feedback

We're here to help!

Let us know what you think of our components and docs, your feedback is really important for us.

Community support

Ask a question in our forum.

Check if someone has already asked the same question before.

Create a support ticket

Are you in trouble? Let us know!

Readme

Keywords

Package Sidebar

Install

npm i ak-editor-popup

Weekly Downloads

3

Version

4.1.0

License

Apache-2.0

Last publish

Collaborators

  • atlassian-aui