Provider At A Glance
Two-column provider facts table with editable label/value rows.
Zoom Travel Insurance at a Glance
- Underwriter Tokio Marine
- Founded [Year]
- Policy Types Single, Annual, Cruise
- Max Cancellation $25,000
- 24/7 Assistance Yes
- AFSL [Zoom's AFSL]
- Headquarters Sydney, NSW
- Max Medical Cover Unlimited
- Excess Range $0-$500
- COVID-19 Cover Yes (Comprehensive)
---
import ProviderAtAGlance from "@page-sections/info-blocks/provider-at-a-glance/ProviderAtAGlance.astro";
---
<ProviderAtAGlance
backgroundColor="none" colorScheme="inherit" heading="Zoom Travel Insurance at a Glance" leftRows={
[
{
"label": "Underwriter",
"value": "Tokio Marine"
},
{
"label": "Founded",
"value": "[Year]"
},
{
"label": "Policy Types",
"value": "Single, Annual, Cruise"
},
{
"label": "Max Cancellation",
"value": "$25,000"
},
{
"label": "24/7 Assistance",
"value": "Yes"
}
]
} paddingVertical="lg" rightRows={
[
{
"label": "AFSL",
"value": "[Zoom's AFSL]"
},
{
"label": "Headquarters",
"value": "Sydney, NSW"
},
{
"label": "Max Medical Cover",
"value": "Unlimited"
},
{
"label": "Excess Range",
"value": "$0-$500"
},
{
"label": "COVID-19 Cover",
"value": "Yes (Comprehensive)"
}
]
}
/> ---
blocks:
_component: page-sections/info-blocks/provider-at-a-glance
heading: Zoom Travel Insurance at a Glance
leftRows:
- label: Underwriter
value: Tokio Marine
- label: Founded
value: '[Year]'
- label: Policy Types
value: Single, Annual, Cruise
- label: Max Cancellation
value: $25,000
- label: 24/7 Assistance
value: 'Yes'
rightRows:
- label: AFSL
value: '[Zoom''s AFSL]'
- label: Headquarters
value: Sydney, NSW
- label: Max Medical Cover
value: Unlimited
- label: Excess Range
value: $0-$500
- label: COVID-19 Cover
value: Yes (Comprehensive)
colorScheme: inherit
backgroundColor: none
paddingVertical: lg
--- Overview
Use Provider At A Glance for insurer summary blocks where readers need key facts quickly. It keeps details scannable by splitting rows into left and right columns while remaining fully editable in CloudCannon.
Properties
heading string | default: Zoom Travel Insurance at a Glance
Section heading shown above the two-column facts grid.
leftRows array | default: array
Label/value rows for the left column.
Item Properties:
label string | default: Field label
Left-side label for this facts row.
value string | default: Field value
Right-side value for this facts row.
rightRows array | default: array
Label/value rows for the right column.
Item Properties:
label string | default: Field label
Left-side label for this facts row.
value string | default: Field value
Right-side value for this facts row.
colorScheme enum | default: inherit
Color scheme theme for the section.
Accepted values:
-
inherit -
light -
dark
backgroundColor enum | default: none
Background color behind the section.
Accepted values:
-
none -
base -
surface -
accent -
highlight
paddingVertical enum | default: lg
Vertical padding for the section.
Accepted values:
-
xs -
sm -
md -
lg -
xl -
2xl -
3xl -
4xl -
5xl -
6xl