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

piral-menu

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-menu - npm Package Compare versions

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

6

package.json
{
"name": "piral-menu",
"version": "0.8.0-pre.682",
"version": "0.8.0-pre.683",
"description": "Extensions for the integration of menu items in Piral.",

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

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

@@ -43,3 +43,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([createMenuApi]),
extendApi: [createMenuApi()],
// ...

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

Via the options the `defaultSettings` and the global / initially available menu `items` can be defined.
For example:
```tsx
const instance = createInstance({
// important part
extendApi: [createMenuApi({
defaultSettings: {
type: 'admin',
},
items: [
{
component: HomeMenuItem,
},
],
})],
// ...
});
```
## 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