← All plugins

Container

UI / Utility@edv4h/usketch-plugin-container

Runtime for container shapes — shapes that accept and hold child shapes (attach / layout).

pnpm add @edv4h/usketch-plugin-container

Overview

Container 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 { ContainerPlugin } from "@edv4h/usketch-plugin-container";

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

Links