LogoLogo
  • Release Notes
  • Downloads
  • Frequently Asked Questions
  • Developers
    • Introduction
    • Color Variables
    • Font Family
    • Vanilla JS
    • React
    • Vue
    • Angular
    • RTL Support
    • Light Mode/Dark Mode
  • Foundations
    • Typography
    • Colors
    • Icons & Visuals
    • Images
    • Layout & Breakpoints
    • Utils
    • Usability Guidelines
  • Components
    • Accordions
      • Accordion
      • Accordion Groups
    • Alert
    • Attach File
    • Avatar
    • Banner Cards
    • Breadcrumbs
    • Buttons
      • Button
      • Icon Button
      • Link Button
      • Social Media Buttons
      • Split Button
    • Checkbox
      • Checkbox Input
      • Checkbox Groups
    • Chips
    • Credit Card
    • Credit Card Input Field
    • Header
    • Interactive Banner
    • Number Field
    • Menu
    • Pagination
    • Phone Number Field
    • Progress Indicators
      • Expectation Levels
      • Progress Bar
      • Progress Circle
      • Progress Semi-Circle
    • Quick Select Field
    • Radio Buttons
      • Radio Input
      • Radio Buttons Groups
    • Search Input Field
    • Segmentation
      • Segmented Controls
      • Segmented Tabs
    • Select Input Field
    • Slider
    • Steps
      • Stepper
      • Step Indicator
    • Sticky Bar
    • Tabs
    • Text Area Field
    • Text Field
    • Toggle Switch
    • Tooltip
Powered by GitBook
On this page
  • Code of conduct
  • How to contribute
  • NPM Packages
  • Enabling Prop Type Declaration on Hover in VS Code
Export as PDF
  1. Developers

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

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.

PreviousFrequently Asked QuestionsNextColor Variables

Last updated 2 months ago