# EmbedPanels

## Import

```typescript
import EmbedPanels from 'MaestroMobileSDK/EmbedPanels';
```

## Usage

```typescript
import EmbedPanels from 'MaestroMobileSDK/EmbedPanels';
export function EmbedPanelsTest{
	const channel:ChannelItem;
	const channelSlug = channel.slug;
	return <EmbedPanels
				channelSlug={channelSlug}
			/>;
}
```

## Props

| Name        | Type     | Default | Description               |
| ----------- | -------- | ------- | ------------------------- |
| channelSlug | `string` |         | Slug related channel item |
