wso2 / oxygen-ui

The Design System powering WSO2 products.
https://wso2.github.io/oxygen-ui
Apache License 2.0
43 stars 24 forks source link

Intellisense Support Issue for MUI Extended Properties in @oxygen-ui/react #216

Open movinsilva opened 5 months ago

movinsilva commented 5 months ago

Describe the issue:

Intellisense is not supported for the properties extended by Material-UI (MUI) for certain components of the @oxygen-ui/react library.

Intellisense support for the box component: image

How to reproduce:

  1. Create a React application with Typescript.
  2. Install @oxygen-ui/react.
  3. Observe the intellisense support when trying to add props that are extended by MUI for some components(ex: Box, Typography, Card ...).

Expected behavior:

Suggest properties when typing the first part of the prop, in line with typical Intellisense behavior, facilitating faster and more accurate development

Environment information (Please complete the following information; remove any unnecessary fields) :