AppBannerBody
AppBannerBody is a sub-component of the AppBanner molecule.
Basic Usage
import { AppBanner, AppBannerBody } from '@krakentech/coral-molecules';
<AppBanner>
<AppBannerBody title="Octopus Energy App" />
</AppBanner>Properties
content
<AppBanner>
<AppBannerBody
title="Octopus Energy App"
content="GET - On the App Store"
/>
</AppBanner>title
<AppBanner>
<AppBannerBody title="Octopus Energy App" />
</AppBanner>Full API
| Name | Type | Default |
|---|---|---|
title | stringThe title to be displayed inside the AppBanner | |
content | stringThe content to be displayed inside the AppBanner underneath the |
Last updated on