import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import VideoGrid from '.';
import VideoTile from '../VideoTile';
import { lightTheme } from '../../../theme/';
import { GlobalStyles } from '../../../theme/GlobalStyles';
import * as VideoGridStories from './VideoGrid.stories.tsx';
# VideoGrid
The VideoGrid component adapts to screen size and orientation, ensuring consistent rendering of up to 25 [VideoTile](/docs/ui-components-video-videotile--page).
It also supports a 'featured' layout, which will give a single tile a larger portion of the available space, and lay out the other tiles as smaller, 'thumbnail' styled, videos.
## Importing
```javascript
import { VideoGrid, VideoTile } from 'amazon-chime-sdk-component-library-react';
```
## Example