Skip to Content
🎉 Coral x Panda has been released 🎉 Read the Migration Guide

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

NameTypeDefault
titlestring

The title to be displayed inside the AppBanner

contentstring

The content to be displayed inside the AppBanner underneath the title

Last updated on