← All plugins

Side Panel

UI / Utility @edv4h/usketch-plugin-side-panel

Dockable right‑side panel with tabs.

pnpm add @edv4h/usketch-plugin-side-panel

Overview

Side Panel is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { SidePanelPlugin } from "@edv4h/usketch-plugin-side-panel";

const app = createApp({
  plugins: [
    SidePanelPlugin,
  ],
});

Links