flight-search/modals/fs-modal-compare-fares
Hyperlink
The default is a hyperlink version of the Compare fares CTA.This should be use in the classic ASCOM experience.
Button
This is a button version of the Compare fares CTA. This is a11y compliant and aligns with our Auro Design System guidelines.
# 🏠 Properties
| Name | Type |
|---|
# 🎰 Slots
| Name | Default value |
|---|
Show Code
<script src="/components/shared/component-base.js"></script>
<script src="/components/fs-modal-compare-fares/main.js"></script>
<link rel="stylesheet" href="/components/shared/component-base.css" />
<h2>Hyperlink</h2>
<p>The default is a hyperlink version of the Compare fares CTA.This should be use in the classic ASCOM experience.</p>
<fs-modal-compare-fares></fs-modal-compare-fares>
<h2>Button</h2>
<p>This is a button version of the Compare fares CTA. This is a11y compliant and aligns with our Auro Design System guidelines.</p>
<fs-modal-compare-fares button departureDate="07/30/2023"></fs-modal-compare-fares>