Loader() → {JSX.Element}
Component that display the spinning wheel while waiting for datas to be fetched
No props
Returns:
A JSX.Element that displays a spinning wheel to be while waiting for datas to be fetched.
- Type:
- JSX.
Element
Example
return (
<Loader />
)