import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import VideoTile from '.'; import { lightTheme } from '../../../theme/'; import { GlobalStyles } from '../../../theme/GlobalStyles'; import * as VideoTileStories from './VideoTile.stories.tsx'; # VideoTile You can use VideoTile component to render local or remote video content. ## Importing ```javascript import { VideoTile } from 'amazon-chime-sdk-component-library-react'; ``` ## Example
```jsx ``` ## Props #### VideoTile component