> For the complete documentation index, see [llms.txt](https://designsystem.dubai.ae/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://designsystem.dubai.ae/developers/introduction.md).

# Introduction

## Code of conduct <a href="#code-of-conduct" id="code-of-conduct"></a>

This project has adopted the Contributor Covenant in version 2.0 as our code of conduct. All contributors must abide by the code of conduct.

## How to contribute <a href="#how-to-contribute" id="how-to-contribute"></a>

We always welcome and encourage contributions and feedback. For more information on how to contribute, the project structure, as well as additional information, see our Contribution Guidelines. By participating in this project, you agree to abide by its Code of Conduct at all times.

Our commitment to open source means that we are enabling all interested parties to contribute and become part of its developer community.

## NPM Packages <a href="#npm-packages" id="npm-packages"></a>

| Package Name                            | Description                                 |
| --------------------------------------- | ------------------------------------------- |
| @dubai-design-system/components-js      | Web components                              |
| @dubai-design-system/components-react   | Wrapper package for React (autogenerated)   |
| @dubai-design-system/components-vue     | Wrapper package for Vue (autogenerated)     |
| @dubai-design-system/components-angular | Wrapper package for Angular (autogenerated) |

## **Enabling Prop Type Declaration on Hover in VS Code**

To ensure prop types and descriptions are viewable on hover:

1. Make sure you are using TypeScript for prop declarations in Stencil components.
2. Enable TypeScript IntelliSense by verifying that **TypeScript > Hover** is turned on in VS Code settings..
3. Restart VS Code if prop type declarations are not displaying immediately on hover.

Following these steps will set up your development environment for building, testing, and deploying the project.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://designsystem.dubai.ae/developers/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
