Console Loader

The Console Loader is a component that displays a loader with an animation in the console. Refer this link to test the Console Loader component . This component covers the entire viewport and is used to indicate that a process is ongoing, such as loading data. This uses a fixed position (position: fixed).

Props

The Console Loader component accepts the following props:

Prop
Description
logo
The URL of the logo to be displayed in the loader. This prop is required.
size
The size of the logo in pixels. The default is 100.
<ConsoleLoader 
	logo="https://hyvor.com/api/public/logo/core.svg" 
	size={100} 
/>