II.
Library JSON
Structured · livelibrary:material-ui
Material UI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:material-ui",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Material UI",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Comprehensive React component library implementing Google's Material\nDesign specification; ships ready-to-use components, a themeable\ndesign system, and MUI X data grid and date pickers.\n"
},
"outgoingEdges": [
{
"from": "library:material-ui",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:material-ui",
"to": "skill-area:design-systems",
"kind": "used_for"
},
{
"from": "library:material-ui",
"to": "library:chakra-ui",
"kind": "alternative_to"
},
{
"from": "library:material-ui",
"to": "library:mantine",
"kind": "alternative_to"
},
{
"from": "library:material-ui",
"to": "library:ant-design",
"kind": "alternative_to"
},
{
"from": "library:material-ui",
"to": "library:shadcn",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:shadcn",
"to": "library:material-ui",
"kind": "alternative_to"
}
]
}