import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import ChatBubbleContainer from './ChatBubbleContainer';
import { lightTheme } from '../../../../theme';
import { GlobalStyles } from '../../../../theme/GlobalStyles';
import PopOverItem from '../../PopOver/PopOverItem.tsx';
import * as ChatBubbleContainerStories from './ChatBubbleContainer.stories.tsx';
# ChatBubbleContainer
The ChatBubbleContainer creates an entry that can container and display a ChatBubble. It includes a timestamp and button with a PopOver that displays clickable options.
## Importing
```javascript
import { ChatBubbleContainer } from 'amazon-chime-sdk-component-library-react';
```
## Example
```jsx
Option 1}
onClick={() => console.log('Option 1 clicked')}
/>
}
/>
```
## Props