flight-search/fs-time-range-row
#
đ Properties
Name |
Type |
departureTimeMatch | Boolean |
previousTimeMatch | Boolean |
flight | Number |
#
đ° Slots
<script src="/components/shared/component-base.js"></script>
<script src="/components/fs-time-range-row/main.js"></script>
<link rel="stylesheet" href="/components/shared/component-base.css" />
<div style="width: 50%;">
<fs-time-range-row departureTimeMatch flight=1 ></fs-time-range-row>
<hr />
<fs-time-range-row flight=1 ></fs-time-range-row>
<hr />
<fs-time-range-row previousTimeMatch flight=0 ></fs-time-range-row>
</div>