macOS
Inspector
Right-side property panel — the macOS-app Properties pattern. Sectioned rows of label / value pairs.
Examples
Book metadata
<Inspector title="Properties" sections={[…]} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | Header text. |
sections | {title, rows: {label, value}[]}[] | — | Sectioned property rows. |
width | string | '280px' | CSS length for the inspector column. |
children | Snippet | — | Custom content to render below the sections. |
Install
CLI
npx @a3tai/mittsu add inspector