Introduction
Code of conduct
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
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
@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:
Make sure you are using TypeScript for prop declarations in Stencil components.
Enable TypeScript IntelliSense by verifying that TypeScript > Hover is turned on in VS Code settings..
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.
Last updated