Inspect Panel

View CSS and Tailwind classes for selected design elements

What is the Inspect Panel?

The Inspect Panel is a tab in the Make Mode code panel that shows CSS snippets and Tailwind CSS class suggestions for any element selected on the canvas. It bridges the gap between visual design and code implementation, letting you extract exact style values from your designs.

Accessing the Inspect Panel

  1. Enter Make Mode by clicking "Make" in the left sidebar
  2. Select an element on the canvas
  3. Click the "Inspect" tab in the code panel (between Code and History tabs)

CSS Snippets

The Inspect Panel auto-generates CSS properties for the selected element:

Click the copy button to copy the CSS snippet to your clipboard.

Tailwind CSS Classes

The panel also generates Tailwind CSS utility class suggestions that match the element's style:

Copy individual classes or the full class string for use in your Tailwind projects.

Element Metadata

The panel displays additional metadata about the selected element:

Empty State

When no element is selected, the Inspect Panel shows a prompt asking you to select an element on the canvas. Click any element to see its CSS and Tailwind output.

Tip

Copy CSS snippets from the Inspect Panel and paste them into your AI prompt for more accurate code generation. This ensures the generated code matches your design's exact values.

Related Articles