Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
boundless-dialog
Advanced tools
THIS IS AN AUTOGENERATED FILE. EDIT INDEX.JS INSTEAD.
A non-blocking, focus-stealing container.
A dialog differs from a modal in that it does not come with a masking layer (to obscure the rest of the page) and the user can choose to shift focus away from the dialog contents via mouse click or a keyboard shortcut.
Specific areas (header, body, footer) are defined to provide easy conformance to the
[WAI-ARIA spec](http://www.w3.org * /TR/wai-aria/states_and_properties#aria-labelledby) for aria-labelledby
and aria-describedby
(screen reader * accessibility). Their use is optional, but encouraged.
Note: only top-level props are in the README, for the full list check out the website.
There are no required props.
Name | Type | Default Value | Description |
---|---|---|---|
after |
|
| arbitrary content to be rendered after the dialog in the DOM |
before |
|
| arbitrary content to be rendered before the dialog in the DOM |
bodyProps |
|
| any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes); applied to the `.b-dialog-body` node |
captureFocus |
|
| determines if focus is allowed to move away from the dialog |
children |
|
| |
closeOnEscKey |
|
| enable detection of "Escape" keypresses to trigger `props.onClose`; if a function is provided, the return value determines if the dialog will be closed |
closeOnInsideClick |
|
| enable detection of clicks inside the dialog area to trigger `props.onClose`; if a function is provided, the return value determines if the dialog will be closed |
closeOnOutsideClick |
|
| enable detection of clicks outside the dialog area to trigger `props.onClose`; if a function is provided, the return value determines if the dialog will be closed |
closeOnOutsideFocus |
|
| enable detection of focus outside the dialog area to trigger `props.onClose`; if a function is provided, the return value determines if the dialog will be closed |
closeOnOutsideScroll |
|
| enable detection of scroll and mousewheel events outside the dialog area to trigger `props.onClose`; if a functio is provided, the return value determines if the dialog will be closed |
footer |
|
| text, ReactElements, etc. comprising the "footer" area of the dialog, e.g. confirm/cancel buttons |
footerProps |
|
| any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes); applied to the `.b-dialog-footer` node |
header |
|
| text, ReactElements, etc. to represent the "title bar" area of the dialog |
headerProps |
|
| any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes); applied to the `.b-dialog-header` node |
onClose |
|
| a custom event handler that is called to indicate that the dialog should be unrendered by its parent; the event occurs if one or more of the `closeOn` props (`closeOnEscKey`, `closeOnOutsideClick`, etc.) are passed as `true` and the dismissal criteria are satisfied |
wrapperProps |
|
| any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes); applied to the `.b-dialog-wrapper` node |
FAQs
A non-blocking, focus-stealing container.
The npm package boundless-dialog receives a total of 4 weekly downloads. As such, boundless-dialog popularity was classified as not popular.
We found that boundless-dialog demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.