Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ useGridRowGroup
Function
useGridRowGroup
packages/react-aria/src/grid/useGridRowGroup.ts:23–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
* Provides the accessibility implementation
for
a row group in a grid.
22
*/
23
export
function
useGridRowGroup(): GridRowGroupAria {
24
return
{
25
rowGroupProps: {
26
role:
'rowgroup'
27
}
28
};
29
}
Callers
1
useTableRowGroup
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected