You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="#"data-toggle="tooltip"data-placement="top"title="Precipitation is a form of water from the atmosphere"className="border-bottom border-2 border-warning clr-31 fw-bold text-decoration-none">Precipitation: <spanclassName="text-white">{props.preci} mb</span></a>
20
-
<ahref="#"data-toggle="tooltip"data-placement="top"title="Visibility is a measure of the distance at which an object or light can be clearly discerned."className="border-bottom border-2 border-warning clr-31 fw-bold text-decoration-none">Visibiltiy: <spanclassName="text-white">{props.vis} k.m</span></a>
21
-
<ahref="#"data-toggle="tooltip"data-placement="top"title="The dew point is the temperature the air needs to be cooled to (at constant pressure) in order to achieve a relative humidity (RH) of 100%"className="border-bottom border-2 border-warning clr-31 fw-bold text-decoration-none">Dew Point: <spanclassName="text-white">{props.dpt} ℃</span></a>
<ahref="#"data-toggle="tooltip"data-placement="top"title="atmospheric pressure at mean sea level"className="border-bottom border-2 border-warning clr-31 fw-bold text-decoration-none">Sea Level: <spanclassName="text-white">{props.slp}</span></a>
21
-
<ahref="#"data-toggle="tooltip"data-placement="top"title="The UVI is a measure of the level of UV radiation"className="border-bottom border-2 border-warning clr-31 fw-bold text-decoration-none">UV Index: <spanclassName="text-white">{props.uvi}</span></a>
22
-
<ahref="#"data-toggle="tooltip"data-placement="top"title="electromagnetic radiation emitted by the sun"className="border-bottom border-2 border-warning clr-31 fw-bold text-decoration-none">Radiation: <spanclassName="text-white">{props.sr}</span></a>
<ahref="#"data-toggle="tooltip"data-placement="top"title="direction the wind is coming from"className="border-bottom border-2 border-warning text- clr-31 fw-bold text-decoration-none text-capitalize">Direction: <spanclassName="text-white">{props.windDir}</span></a>
21
-
<ahref="#"data-toggle="tooltip"data-placement="top"title="refers to the fraction of the sky obscured by clouds when observed from a particular location"className="border-bottom border-2 border-warning clr-31 fw-bold text-decoration-none">Clouds: <spanclassName="text-white">{props.cloudIndex}</span></a>
22
-
<ahref="#"data-toggle="tooltip"data-placement="top"title="Air quality is a measure of how clean or polluted the air is"className="border-bottom border-2 border-warning clr-31 fw-bold text-decoration-none">Air Quality: <spanclassName="text-white">{props.airQuality}</span></a>
0 commit comments