Socket
Socket
Sign inDemoInstall

react-aria-modal

Package Overview
Dependencies
38
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

lib/Modal.js

@@ -64,3 +64,3 @@ var React = require('react');

if (this.props.underlayClickExits) {
underlayProps.cursor = 'pointer';
underlayProps.style.cursor = 'pointer';
underlayProps.onClick = this.checkClick;

@@ -67,0 +67,0 @@ }

{
"name": "react-aria-modal",
"version": "0.1.0",
"version": "0.1.1",
"description": "A fully flexible and accessible React modal built according WAI-ARIA Authoring Practices",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,2 +14,8 @@ # react-aria-modal

[Check out the demo.](http://davidtheclark.github.io/react-aria-modal/demo/)
**If you like this kind of module (accessible, flexible, unstyled) you should also check out these projects:**
- [react-aria-menubutton](https://github.com/davidtheclark/react-aria-menubutton)
- [react-aria-tabpanel](https://github.com/davidtheclark/react-aria-tabpanel)
## Installation

@@ -25,3 +31,3 @@

Look in `demo/js/` for example code. But here's a simple example.
Look in `demo/js/` for example code. (And see what they look like [here]((http://davidtheclark.github.io/react-aria-modal/demo/).) But here's a simple example.

@@ -28,0 +34,0 @@ ```js

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc