docs: add missing props to UI components (#13247)

This commit is contained in:
Shahed Nasser
2025-08-20 12:36:57 +03:00
committed by GitHub
parent d1a1135328
commit 69d22213f4
10 changed files with 309 additions and 443 deletions

View File

@@ -8,7 +8,7 @@
"value": "8",
"computed": false
},
"description": "",
"description": "The space in pixels between the dropdown menu and its trigger element.",
"required": false
},
"collisionPadding": {
@@ -16,7 +16,7 @@
"value": "8",
"computed": false
},
"description": "",
"description": "The distance in pixels from the boundary edges where collision detection should occur.",
"required": false
},
"align": {
@@ -24,7 +24,7 @@
"value": "\"center\"",
"computed": false
},
"description": "",
"description": "The alignment of the dropdown menu relative to its trigger element.\n\n@defaultValue center",
"required": false
}
}