# Info Window
You can create info window by passing custom HTML or Vue components as the child of `Marker` component.
```vue
I am in info window
```
## Open/close info window
You can pass `opened` prop to open and close InfoWindows.
```vue{7}
I am in info window
```