🌐 AI搜索 & 代理 主页
Skip to content

Commit 7240c82

Browse files
authored
Update common-props.json
1 parent 5ee7cc6 commit 7240c82

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/common-props.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"variant": {
66
"description": "Applies one of the Bootstrap theme color variants to the component"
77
},
8+
"textVariant": {
9+
"description": "Applies one of the Bootstrap theme color variants to the text"
10+
},
811
"tag": {
912
"description": "Specify the HTML tag to render instead of the default tag"
1013
},
@@ -62,6 +65,12 @@
6265
"role": {
6366
"description": "Sets the ARIA attribute 'role' to a specific value"
6467
},
68+
"ariaRole": {
69+
"description": "Sets the ARIA attribute 'role' to a specific value"
70+
},
71+
"ariaLabel": {
72+
"description": "Sets the value of 'aria-label' attribute on the rendered element"
73+
},
6574
"ariaLive": {
6675
"description": "When the rendered element is an aria-live region (for screen reader users), set to either 'polite' or 'assertive'"
6776
},

0 commit comments

Comments
 (0)