Skip to main content
The Inspector panel shows all editable properties for the selected element. Select any element on the canvas to see its properties in the right sidebar.
Inspector panel showing the element properties

Overrides properties

Overrides let you customize properties for specific contexts without changing the base element. There are two types of overrides:
Inspector panel showing the element properties
When a property has an override, a pink dot appears next to it. Click the pink dot to remove the override and revert to the default value.

Prebuilt interactive components

The inspector lets you set the default state for some prebuilt components, so you can preview how they look in different conditions:
  • Checkbox, Switch, Radio Group item, Toggle Group item — toggle the Checked prop
  • Text Field, Text Area — type into the Value prop
These controls only affect how the instance renders in design mode and preview. Runtime state in generated code is controlled by your application — see headless components.

Keyboard shortcuts

Most properties in the inspector have a keyboard shortcut. Hover over any edit action to see its shortcut.
Inspector panel showing the element properties
For the full list, see Keyboard shortcuts.
Last modified on June 10, 2026