29 lines
680 B
JSON
29 lines
680 B
JSON
|
|
{
|
||
|
|
"name": "StageDot",
|
||
|
|
"tag": "wn-stage-dot",
|
||
|
|
"group": "atoms",
|
||
|
|
"description": "StageDot — extracted from designbook ui_kits/whynot-control/Atoms.jsx.",
|
||
|
|
"props": [
|
||
|
|
{
|
||
|
|
"name": "level",
|
||
|
|
"attribute": "level",
|
||
|
|
"type": "string",
|
||
|
|
"default": "S2"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "label",
|
||
|
|
"attribute": "label",
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "style",
|
||
|
|
"type": "object",
|
||
|
|
"attribute": false,
|
||
|
|
"portable": false,
|
||
|
|
"description": "React inline style override — not portable to an attribute."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"docsRef": "designbook/ui_kits/whynot-control/Atoms.jsx",
|
||
|
|
"exemplarRef": "ir/exemplars/StageDot.html"
|
||
|
|
}
|