feat(tabs): support auto width tabs

Closes #899
This commit is contained in:
metonym 2021-11-10 14:16:11 -08:00
commit 924deee6f6
5 changed files with 32 additions and 7 deletions

View file

@ -10985,6 +10985,17 @@
"constant": false,
"reactive": false
},
{
"name": "autoWidth",
"kind": "let",
"description": "Set to `true` for tabs to have an auto-width",
"type": "boolean",
"value": "false",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "iconDescription",
"kind": "let",