Microsite header
Component
Communicate what stage the service is at, connect to Alberta.ca, and gather feedback on your service.
Related components: HeaderComponent
<GoAMicrositeHeader type="alpha"></GoAMicrositeHeader>
Properties
type
alpha | beta | live
version
string | ReactNode
Displayed on the right-hand side of the header.
feedbackUrl
string
Url to feedback page that will be displayed when provided.
maxContentWidth
string
Maximum width of the content area Defaults to
100%
.feedbackUrlTarget
self | blank
For internal feedback urls sets target='_self' Defaults to
blank
.headerUrlTarget
self | blank
For internal header urls sets target='_self' Defaults to
blank
.onFeedbackClick
() => void
Function invoked when feedback link is clicked.
Examples
Custom click event handler (for feedback)
export default function MicrositeHeader() {
function onClick() {
console.log("Feedback clicked");
alert("Thank you for your feedback!");
}
return (
<>
<GoAMicrositeHeader
type="alpha"
onFeedbackClick={() => onClick()}
/>
</>
);
}
Slotted version
Slotted version text.v1.23
<GoAMicrositeHeader
type="alpha"
version={<><span>Slotted <b>version text</b>.</span><span>v1.23</span></>}
></GoAMicrositeHeader>
Coming Soon
Book time in drop in hours