# Campaigns Banner Used to display an campaigns banner. ### Usage ```js import CampaignsBanner from "@docspace/components/campaigns-banner"; ``` ```jsx ``` ### Properties | Props | Type | Required | Values | Default | Description | | ------------- | :------------: | :------: | :----: | :-----: | ----------------- | | `headerLabel` | `string` | ✅ | - | - | | | `textLabel` | `string` | ✅ | - | - | | | `img` | `string` | ✅ | - | - | | | `btnLabel` | `string` | ✅ | - | - | | | `btnLink` | `string` | ✅ | - | - | | | `className` | `string` | - | - | - | Accepts class | | `id` | `string` | - | - | - | Accepts id | | `style` | `obj`, `array` | - | - | - | Accepts css style |