Skip to content

Layout

PluginWorkspaceView

Default plugin frontend shell generated by current MINT scaffolds.

Playground

Live preview generated for PluginWorkspaceView inside this component page.

This preview is compiled into the VitePress docs build from the published SDK package.

Import

ts
import { PluginWorkspaceView } from "@morscherlab/mint-sdk/components"

Basic Usage

vue
<PluginWorkspaceView
  title="My plugin"
  subtitle="Dashboard"
  :page-selector="pluginPageSelectorItems"
  current-page-selector-id="dashboard"
>
  <AppContainer scrollable>
    <router-view />
  </AppContainer>
</PluginWorkspaceView>

Back to component library

MINT is open source. Made by the Morscher Lab.