marko-spectre
Version:
A taglib to facilitate using spectre.css with markojs
28 lines • 551 B
JSON
{
"<Divider>": {
"renderer": "./src/Divider.marko",
"@align": {
"type": "string",
"enum": ["left", "right", "center"]
},
"@content": {
"type": "string"
},
"@orientation": {
"type": "string",
"enum": ["horizontal", "vertical"]
},
"@tag": "string"
},
"<Tab>": {
"renderer": "./src/Tab.marko",
"@block": "boolean"
},
"<TabItem>": {
"renderer": "./src/TabItem.marko",
"@active": "boolean",
"@action": "boolean",
"@badge": "string",
"@href": "string"
}
}