BannerTriennialGathering
Event-specific banner displayed prominently to promote the FiNAN Triennial Gathering.
Overview
Section titled “Overview”- Type: Event Component
- Category: Announcement
- Complexity: Simple
- File:
src/components/BannerTriennialGathering.astro
interface Props { eventDate?: string; location?: string;}| Prop | Type | Default | Description |
|---|---|---|---|
eventDate | string | From config | Event date display |
location | string | From config | Event location |
---import BannerTriennialGathering from '@/components/BannerTriennialGathering.astro';---
<BannerTriennialGathering />Features
Section titled “Features”- Countdown timer to event
- Call-to-action button
- Eye-catching design
- Dismissible (with JavaScript)
Used On
Section titled “Used On”- Homepage (when event is upcoming)
- Integrated into Navbar component
Related
Section titled “Related”- Navbar - Includes this banner
- EventHeaderSection - Full event header