Skip to content

Lab widgets

WellPlate

Interactive 96- and 384-well plate map with heatmaps, selection, and editing hooks.

Playground

Live preview generated for WellPlate inside this component page.

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

Import

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

Basic Usage

vue
<WellPlate
  v-model="selectedWells"
  :format="384"
  :wells="wells"
  selection-mode="multiple"
  size="fill"
/>

Back to component library

MINT is open source. Made by the Morscher Lab.