Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

reactplosive-modal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactplosive-modal - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "reactplosive-modal",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple React modal component with an explosion effect ",

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

# 🔥 Reactplosive Modal
> A simple React modal component with an explosion effect
<br />
![NPM License](https://img.shields.io/npm/v/reactplosive-modal)
![NPM License](https://img.shields.io/npm/l/reactplosive-modal)
<br />
## Install
## ⏬ Install

@@ -12,12 +17,7 @@ ```js

```
```js
yarn add reactplosive-modal
```
## Usage
## 🪡 Usage
```js
import ReactplosiveModal from "reactplosive-modal"
import ReactplosiveModal from "reactplosive-modal";
```

@@ -43,18 +43,17 @@

## ⚙️ Props
## Props
```js
type Props = {
title?: ReactNode;
children: ReactNode;
isVisible: boolean;
width?: string;
onClose: (visibility: boolean) => void;
outsideClickEnabled?: boolean;
{
title?: ReactNode,
children: ReactNode,
isVisible: boolean,
width?: string, // default 500px
onClose: (visibility: boolean) => void,
outsideClickEnabled?: boolean, // default true
};
```
## License
## ©️ License
Licensed under MIT
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc