@htmlbricks/hb-animated-container
Version:
Svelte-Bootstrap animated-container
107 lines • 2.35 kB
JSON
{
"definitions": {
"events": {
"$ref": "#/definitions/Events",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Events": {
"additionalProperties": false,
"type": "object"
}
}
},
"component": {
"$ref": "#/definitions/Component",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Component": {
"additionalProperties": false,
"properties": {
"animation": {
"const": "rain",
"type": "string"
},
"id": {
"type": "string"
},
"params": {
"additionalProperties": false,
"properties": {
"speed": {
"type": "number"
}
},
"type": "object"
},
"style": {
"type": "string"
}
},
"required": [
"animation"
],
"type": "object"
}
}
}
},
"storybookArgs": {
"data": {
"control": {
"type": "object"
}
},
"params": {
"control": {
"type": "object"
}
}
},
"styleSetup": {
"vars": [
{
"name": "--hb-animated-container-background",
"defaultValue": "#30336b",
"valueType": "color"
},
{
"name": "--hb-animated-container-lines",
"defaultValue": "rgba(255, 255, 255, 0.6)",
"valueType": "color"
}
],
"parts": []
},
"author": "Dario Caruso <dev@dariocaruso.info> (https://dariocaruso.info)",
"contributors": [],
"owner": "Dario Caruso <dev@dariocaruso.info> (https://dariocaruso.info)",
"htmlSlots": [],
"i18n": [],
"examples": [
{
"name": "default",
"data": {
"animation": "rain"
}
}
],
"screenshots": [],
"licenses": [
{
"type": "Apache-2.0",
"path": "LICENSE.md",
"cost": 0,
"currency": "EUR"
}
],
"readmePath": "README.md",
"name": "hb-animated-container",
"category": "components",
"tags": [
"components"
],
"size": {},
"iifePath": "release/release.js",
"repoName": "@htmlbricks/hb-animated-container",
"version": "0.20.18"
}