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

piral-modals

Package Overview
Dependencies
Maintainers
1
Versions
931
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piral-modals - npm Package Compare versions

Comparing version 0.8.0-pre.682 to 0.8.0-pre.683

6

package.json
{
"name": "piral-modals",
"version": "0.8.0-pre.682",
"version": "0.8.0-pre.683",
"description": "Extensions for the display of modal dialogs in Piral.",

@@ -38,3 +38,3 @@ "keywords": [

"devDependencies": {
"piral-core": "^0.8.0-pre.682"
"piral-core": "^0.8.0-pre.683"
},

@@ -44,3 +44,3 @@ "peerDependencies": {

},
"gitHead": "04da0183524adea0bae44c0f30f2b3ee1ce36e88"
"gitHead": "2a3db9bdcf5523446ac735eb5f064be6afd600ba"
}

@@ -24,5 +24,5 @@ [![Piral Logo](https://github.com/smapiot/piral/raw/master/docs/assets/logo.png)](https://piral.io)

```tsx
renderInstance({
const instance = createInstance({
// important part
extendApi: extendApis([createModalsApi]),
extendApi: [createModalsApi()],
// ...

@@ -32,4 +32,23 @@ });

Via the options the globally available `dialogs` can be defined.
For example:
```tsx
const instance = createInstance({
// important part
extendApi: [createModalsApi({
dialogs: [
{
name: 'userinfo',
component: UserInfoModal,
},
],
})],
// ...
});
```
## License
Piral is released using the MIT license. For more information see the [license file](./LICENSE).
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