Our great sponsors
-
{ "name": "react-modal", "version": "3.15.1", "description": "Accessible modal dialog component for React.JS", "main": "./lib/index.js", "module": "./lib/index.js", "repository": { "type": "git", "url": "https://github.com/reactjs/react-modal.git" }, "homepage": "https://github.com/reactjs/react-modal", "bugs": "https://github.com/reactjs/react-modal/issues", "directories": { "example": "examples" }, "scripts": { ... }, "authors": [ "Ryan Florence" ], "license": "MIT", "devDependencies": { ... }, "dependencies": { ... }, "peerDependencies": { ... }, "tags": [ ... ], "keywords": [ ... ], "engines": { "node": ">=8" } }
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- react-modal Dynamic Sizing
- How do I selectively install/delete folders/files from my repo when I install it?
- While building a webpart, I am struggling to create a form that covers the entire page area
- For SPO custom webpart, is it possible to create a div/form that extends through other webpart area or cover the page?
- As a React developer, where do I start?