34 lines
735 B
JSON
34 lines
735 B
JSON
|
|
{
|
||
|
|
"name": "Tag",
|
||
|
|
"tag": "wn-tag",
|
||
|
|
"group": "atoms",
|
||
|
|
"description": "Tag — extracted from designbook ui_kits/whynot-control/Atoms.jsx.",
|
||
|
|
"props": [
|
||
|
|
{
|
||
|
|
"name": "active",
|
||
|
|
"attribute": "active",
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "draft",
|
||
|
|
"attribute": "draft",
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"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",
|
||
|
|
"exemplarRef": "ir/exemplars/Tag.html"
|
||
|
|
}
|