II.
Library JSON
Structured · livelibrary:emotion
Emotion json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:emotion",
"_kind": "Library",
"_file": "domain/libraries/libraries-frontend-ui.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Emotion",
"belongsToLanguageId": "language:typescript",
"category": "other",
"description": "Performant and flexible CSS-in-JS library supporting both string and\nobject styles; works framework-agnostically or via @emotion/react\nwith the css prop and server-side rendering support.\n"
},
"outgoingEdges": [
{
"from": "library:emotion",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "library:emotion",
"to": "skill-area:ui-styling",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:tailwindcss",
"to": "library:emotion",
"kind": "alternative_to"
},
{
"from": "library:styled-components",
"to": "library:emotion",
"kind": "alternative_to"
}
]
}