Back to Components

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

PropTypeDefaultDescription
titlestringHeader text.
sections{title, rows: {label, value}[]}[]Sectioned property rows.
widthstring'280px'CSS length for the inspector column.
childrenSnippetCustom content to render below the sections.

Install

CLI

npx @a3tai/mittsu add inspector