@umbraco-ui/uui-button-group
Version:
An element to group buttons.
23 lines • 551 B
JSON
{
"version": "experimental",
"tags": [
{
"name": "uui-button-group",
"path": "./lib/uui-button-group.element.ts",
"description": "Place <uui-button> elements in the slot. They will be nicely displayed.",
"properties": [
{
"name": "styles",
"type": "CSSResult[]",
"default": "[null]"
}
],
"slots": [
{
"name": "",
"description": "The slot for buttons. It supports `<uui-button>` elements out of the box."
}
]
}
]
}