honeycomb-element
Version:
Webcomponent honeycomb-element following open-wc recommendations
42 lines (41 loc) • 1.09 kB
JSON
{
"version": 2,
"tags": [
{
"name": "honeycomb-element",
"description": "A simple two layer honeycomb component for visualizing hierarchy trees with a max of 6 children per node.",
"properties": [
{
"name": "items",
"type": "Object",
"description": "Provides the honeycomb with data using an array with 7 nested arrays containing 7 objects.",
"default": []
}
],
"events": [],
"slots": [],
"cssProperties": [
{
"name": "--honeycomb-font-family",
"description": "Main Font Family",
"type": "FontFamily"
},
{
"name": "--honeycomb-global-size",
"description": "Main Size of Each Element",
"type": "Size"
},
{
"name": "--honeycomb-primary-color",
"description": "Main Color",
"type": "Color"
},
{
"name": "--honeycomb-text-color",
"description": "Main Text Color",
"type": "Color"
}
]
}
]
}