handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
29 lines (28 loc) • 519 B
JSON
{
"id": "button",
"group": "Components",
"options": {
"exporter": {
"search": "Button",
"supportedVariantProps": {
"design": ["Theme", "Type", "State(:disabled/Theme)"],
"layout": ["Size"]
}
}
},
"parts": [
{
"id": "$",
"tokens": [
{
"from": "$",
"export": ["BACKGROUND", "BORDER", "SPACING", "EFFECT"]
},
{
"from": "TEXT",
"export": ["TYPOGRAPHY", "FILL"]
}
]
}
]
}