Explain each layout

This commit is contained in:
Robin
2024-07-18 11:33:20 -04:00
parent 4955535374
commit 377b7ff5de
5 changed files with 22 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ interface GridCSSProperties extends CSSProperties {
"--height": string;
}
/**
* An implementation of the "grid" layout, in which all participants are shown
* together in a scrolling grid.
*/
export const makeGridLayout: CallLayout<GridLayoutModel> = ({
minBounds,
spotlightAlignment,