Masthead
The Masthead component is a standardized header for Malaysian government websites.
Official Malaysia Government Website
Usage
Simplified Usage
Official Malaysia Government Website
Simplified Custom Header
Official Malaysia Government Website
Simplified Custom Content
Official Malaysia Government Website
Main Wrapper: Masthead
The Masthead
serves as the primary wrapper for the masthead content. All subcomponents are nested within this wrapper. It is divided into two main sections:
MastheadHeader
MastheadContent
1.MastheadHeader
The MastheadHeader
is the upper part of the masthead and contains two main areas:
1.1 MastheadOfficialIndicator
1.2 MastheadToggle
1.1 MastheadOfficialIndicator
The MastheadOfficialIndicator
component is designed to clearly communicate that the website is an authorized government portal.
Components:
- MalaysiaFlagIcon: Displays the official flag of Malaysia.
- Text Element: Presents the label "Official Malaysia Government Website."
1.2 MastheadToggle
The MastheadToggle
component provides an interactive control that allows users to toggle the visibility of additional information.
Components:
- ChevronDownIcon: An icon depicting a downward-facing chevron, used to indicate and trigger the dropdown visibility toggle.
- Label: Displays the text "Here's how you know" when the dropdown is in its collapsed state.
Example:
2. MastheadContent
The MastheadContent
component refers to the lower section of the masthead, which becomes visible upon toggling.
2.1 MastheadSection
The MastheadSection
represents an individual section within the MastheadContent
. It contains the following:
2.1.1 MastheadSectionTitle
The MastheadSectionTitle
component defines the main heading of a section, providing clear context and guiding the user's focus to the section’s content.
2.1.2 MastheadSectionBody
The MastheadSectionBody
component contains the primary content of the section, displaying relevant information or media in a structured layout.
Example:
Props
Masthead
Prop | Type | Default |
---|---|---|
children | ReactNode | <DefaultMastheadHeadHeader/>,<DefaultMastheadContent/> |
MastheadHeader
Prop | Type | Default |
---|---|---|
children | ReactNode | - |
MastheadOfficialIndicator
Prop | Type | Default |
---|---|---|
children | ReactNode | "Official Malaysia Government Website" |
MastheadToggle
Prop | Type | Default |
---|---|---|
children | ReactNode | "Here's how you know" |
MastheadContent
Prop | Type | Default |
---|---|---|
children | ReactNode | - |
MastheadSection
Prop | Type | Default |
---|---|---|
icon | ReactNode | - |
children | ReactNode | - |
MastheadSectionTitle
Prop | Type | Default |
---|---|---|
children | ReactNode | - |
MastheadSectionBody
Prop | Type | Default |
---|---|---|
children | ReactNode | - |