28 lines
614 B
JSON
28 lines
614 B
JSON
|
|
{
|
||
|
|
"name": "Icon",
|
||
|
|
"tag": "wn-icon",
|
||
|
|
"group": "atoms",
|
||
|
|
"description": "Icon — extracted from designbook ui_kits/whynot-control/Atoms.jsx.",
|
||
|
|
"props": [
|
||
|
|
{
|
||
|
|
"name": "name",
|
||
|
|
"attribute": "name",
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "size",
|
||
|
|
"attribute": "size",
|
||
|
|
"type": "number",
|
||
|
|
"default": 16
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|