
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@atlaskit/modal-dialog
Advanced tools
A React component that displays content in a layer blocking the interaction with the page.
This component displays content in a layer that sits above the rest of the page content. Users won't be able to interact with the page until the dialog is closed.
##Try it out
Interact with a live demo of the @atlaskit/modal-dialog component.
yarn add @atlaskit/modal-dialog
This package exports a React component.
Import the component in your React app as follows:
import ModalDialog from '@atlaskit/modal-dialog';
ReactDOM.render(
<ModalDialog
header={
<h2>Modal header</h2>
}
footer={
<p>Modal footer</p>
}
>
<p>Modal body goes here</p>
</ModalDialog>
, container);
Kind: global class
Properties
string
function
element
element
element
A modal dialog which blankets the page
JS Example
import ModalDialog from 'ak-modal-dialog';
ReactDOM.render(<ModalDialog />, container);
string
The maximum width tier of the dialog Allowed values are: 'small' (400px), 'medium' (600px), 'large' (800px), 'x-large' (968px), or any integer value defining the pixel width (e.g. 300), or any string value defining the pixel or percentage width including unit (e.g. 300px, 75%).
Kind: instance property of ModalDialog
Default: "default"
function
Handler function to be called when the blanket is clicked
Kind: instance property of ModalDialog
element
Elements to be placed at top of modal dialog
Kind: static property of ModalDialog
element
Content to be placed in the middle of the modal dialog
Kind: static property of ModalDialog
element
Elements to be placed at bottom of modal dialog
Kind: static property of ModalDialog
FAQs
A modal dialog displays content that requires user interaction, in a layer above the page.
We found that @atlaskit/modal-dialog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.