Skip to content

Commit d4026ff

Browse files
authored
"large" is also a valid grid size
1 parent f3ecab7 commit d4026ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/api/javascript/ui/grid.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9525,8 +9525,9 @@ When set to true, visually hidden elements that match by the filter option crite
95259525

95269526
Sets a value controlling size of the component. Can also be set to the following string values:
95279527

9528-
- "small"
9529-
- "medium"
9528+
- `"small"`
9529+
- `"medium"`
9530+
- `"large"`
95309531

95319532
#### Example
95329533

0 commit comments

Comments
 (0)