Inspect Mode lets you review design properties, measurements, CSS details, and assets from your Visily board. This is useful when preparing designs for developer handoff.
What you can inspect
You can inspect design and CSS properties in Visily, with available details varying based on the type of element you select. These may include:
- Element name and type
- Position, including X/Y coordinates, width, height, and alignment
- All key CSS properties (if applicable) needed to rebuild the element in code, such as:
- Typography, such as font family, size, weight, line height, and color
- Color, including fill, border, shadow, and opacity in HEX or RGB
- Spacing, including margin, padding, and gaps
- Border and radius details, such as border width, style, and corner radius
You can inspect most design elements, but some objects may not support detailed inspection, such as Sections, Sticky Notes, diagram shapes, and brainstorming shapes.
How to inspect
- Open the board you want to inspect.
- Switch the board to Inspect mode by clicking the Inspect tab in the top bar or or pressing 3 on your keyboard.

- Select an element on the canvas. The element’s details will appear in the Inspection panel on the right sidebar.

- If needed, click the Settings icon in the panel to customize the CSS display style for your development workflow.

From Settings, you can: - Choose your preferred color format, such as HEX or RGBA
- Show Tailwind variables alongside CSS properties
- Download the Tailwind configuration file

- After setup, click the Copy icon to copy all CSS properties at once.

Download assets from the Inspection panel
If the selected element or component contains images or icons, an Assets section will appear in the CSS Inspection Panel.
From there, you can:
- Download images in their original dimensions and file type, such as PNG, JPG, or SVG
- Download icons in SVG format at the dimensions used in your design
- Click Download all to download all available assets as a ZIP file

Nucleo icons cannot be downloaded directly from Visily as SVG files.
Inspect spacing between elements
You can inspect spacing between elements directly on the canvas.
1. Select the first element.
2. Hover over another element. Visily will show the spacing between the two elements in pixels.
To inspect the margin between an element and its parent container, select the element and hover over the parent container.
Note
- Inspect Mode is helpful for developer handoff, but developers may still need to adjust the code depending on the project setup.
- If you inspect a screen, you can also export it to code from the Inspection panel. Learn more in How to export designs to code.
Need more help?
If this does not solve your issue, contact support and include a screenshot if possible.