# Component Properties

Every UI component exposes a set of properties that influence its behavior and layout. These properties are managed in the visual property editor and often do not require any code. For a deep dive on using Javascript in component properties, have a look over [here](/writing-code/component-properties.md).

A detailed description of components and their properties can be found in the [component reference](/component-reference/shared-properties.md) section.

![Component properties are configured in the right-hand panel](/files/yZ9SHcVA9QyHBCg1bB7p)

To customize the appearance of components, switch over to the style tab in the property panel.

![](/files/M6OLwolKUAV3zGFujyN1)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uify.io/editor/component-properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
