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

@portal-dx/plugin-mm-components

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portal-dx/plugin-mm-components

> Check the documentation in pt-BR by clicking [here](./docs/README_pt-BR.md).

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
2
Weekly downloads
 
Created
Source

mm-components

Check the documentation in pt-BR by clicking here.

Plugin that allows you to customize the layout of the default pages, as well as the customized ones in Spotify's Backstage.

This plugin was created through the Backstage CLI

Requirements

  • Backstage Project;
  • Node.js v16.14.x

What can you do?

Restructure the entire layout of the pages, so that those that have SideBar are not harmed.

Install

yarn add @portal-dx/plugin-mm-components

or

npm i @portal-dx/plugin-mm-components

Use

In your pages custom:

+ import { WorkspaceLayout } from '@portal-dx/plugin-mm-components'

[...]

+ return (
+     <WorkspaceLayout
+      title="Example Title"
+      subtitle="Example Subtitle."
+      themeId="home"
+      hasSidebar={boolean}
+    >

      [...]

+    </WorkspaceLayout>
+  );

Developed with ❤️ by the MadeiraMadeira DX Team

FAQs

Package last updated on 21 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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