A minimal image tool = file input + preview + adjustments + export. Here's the Minikit composition:
Layout
┌─────────────┬──────────────────┐ │ Sidebar │ CanvasFrame │ │ Dropzone │ (preview) │ │ Sliders │ │ │ ExportBtn │ │ └─────────────┴──────────────────┘ │ StatusBar │ └────────────────────────────────┘
Components used
- Sidebar — docked control column
- Dropzone — load image
- Slider — brightness, contrast
- CanvasFrame — output preview
- ExportButton — PNG / copy
Live example
Floating variant
For overlay controls, swap Sidebar for Panel mode="floating". See the Floating Tool example.