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
| Name | Type | Default |
|---|---|---|
href | stringThe destination for the link | |
title | stringThe title of the button |
Last updated on