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

AppBannerButton

AppBannerButton is a sub-component of the AppBanner molecule.

Basic Usage

import { AppBanner, AppBannerButton } from '@krakentech/coral-molecules'; <AppBanner> <AppBannerButton title="View" href="https://octopus.energy/app" /> </AppBanner>

Properties

href

<AppBanner> <AppBannerButton title="View" href="https://octopus.energy/app" /> </AppBanner>

title

<AppBanner> <AppBannerButton title="Octopus Energy App" /> </AppBanner>

Full API

NameTypeDefault
hrefstring

The destination for the link

titlestring

The title of the button

Last updated on