II.
Library JSON
Structured · livelibrary:headless-ui
Headless UI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:headless-ui",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Headless UI",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Completely unstyled, fully accessible UI components for React and\nVue, designed to integrate seamlessly with Tailwind CSS; covers\nmenus, listboxes, comboboxes, switches, and dialogs.\n"
},
"outgoingEdges": [
{
"from": "library:headless-ui",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:headless-ui",
"to": "skill-area:design-systems",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:radix-ui",
"to": "library:headless-ui",
"kind": "alternative_to"
}
]
}