Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
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).

latest
npmnpm
Version
0.1.0
Version published
Maintainers
2
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