23 lines
521 B
JSON
23 lines
521 B
JSON
|
|
{
|
||
|
|
"name": "Stamp",
|
||
|
|
"tag": "wn-stamp",
|
||
|
|
"group": "atoms",
|
||
|
|
"description": "Stamp — extracted from designbook ui_kits/whynot-control/Atoms.jsx.",
|
||
|
|
"props": [
|
||
|
|
{
|
||
|
|
"name": "style",
|
||
|
|
"type": "object",
|
||
|
|
"attribute": false,
|
||
|
|
"portable": false,
|
||
|
|
"description": "React inline style override — not portable to an attribute."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "default",
|
||
|
|
"description": "Default content."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"docsRef": "designbook/ui_kits/whynot-control/Atoms.jsx"
|
||
|
|
}
|