mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:41:18 +08:00
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"version": 2,
|
|
"tags": [
|
|
{
|
|
"name": "demo-wc-card",
|
|
"properties": [
|
|
{
|
|
"name": "header",
|
|
"type": "String",
|
|
"attribute": "header",
|
|
"description": "Shown at the top of the card",
|
|
"default": "Your Message"
|
|
},
|
|
{
|
|
"name": "rows",
|
|
"type": "Array",
|
|
"attribute": "rows",
|
|
"description": "Tabular data shown on the back of the card",
|
|
"default": []
|
|
},
|
|
{
|
|
"name": "backSide",
|
|
"type": "Boolean",
|
|
"attribute": "back-side",
|
|
"reflect": true,
|
|
"description": "Indicates that the back of the card is shown",
|
|
"default": false
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"name": "side-changed",
|
|
"description": "Fires whenever it switches between front/back"
|
|
}
|
|
],
|
|
"slots": [
|
|
{
|
|
"name": "",
|
|
"description": "Content inside the card gets displayed on the front page"
|
|
}
|
|
],
|
|
"cssProperties": [
|
|
{
|
|
"name": "--demo-wc-card-header-font-size",
|
|
"description": "Header Font size",
|
|
"type": "Length"
|
|
},
|
|
{
|
|
"name": "--demo-wc-card-front-color",
|
|
"description": "Font color for the front",
|
|
"type": "Color"
|
|
},
|
|
{
|
|
"name": "--demo-wc-card-back-color",
|
|
"description": "Font color for the back",
|
|
"type": "Color"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|