0.2.0 • Published 3 years ago

@portaldx/plugin-mm-components v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

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

What can you do?

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

Install

yarn add @portaldx/plugin-mm-components

or

npm i @portaldx/plugin-mm-components

Use

In your pages custom:

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

[...]

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

      [...]

+    </WorkspaceLayout>
+  );

Developed with ❤️ by the MadeiraMadeira DX Team