# 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: 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://designsystem.dubai.ae/developers/introduction.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.
