II.
Library JSON
Structured · livelibrary:mantine
Mantine json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:mantine",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Mantine",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Full-featured React component and hooks library with 100+ components,\ndark theme support, form management, rich text editor, date pickers,\nand a flexible theming system based on CSS variables.\n"
},
"outgoingEdges": [
{
"from": "library:mantine",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:mantine",
"to": "skill-area:design-systems",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:shadcn",
"to": "library:mantine",
"kind": "alternative_to"
},
{
"from": "library:material-ui",
"to": "library:mantine",
"kind": "alternative_to"
}
]
}