Skip to main content
Question

Authoritatively identify external components

  • September 27, 2024
  • 0 replies
  • 28 views

Sudheer

Hello,

I’m trying to identify all the external components used and references to the same. Wondering what is the best mechanism for the same.

For example, if I use MUI Table, how do I identify that component is referencing MUI library ?

Here’s sample output from GET/v1/files/:key.

It says remote but does not specify that it is from MUI component library.

"components": {
  "2:3": {
    "key": "c10adc2d16831aa748af4c1d7be279059bd01e37",
    "name": "Small=False, Checkbox=False, Small Screen=False, Rows=5",
    "description": "",
    "remote": true,
    "componentSetId": "2:2",
    "documentationLinks": []
  },
This topic has been closed for replies.