Skip to content

Loader

⚠️ This documentation file needs to be reviewed ⚠️, but the component is ready to use.

Loader is a UI component that visually indicates that a process or content is currently loading. It helps manage user expectations during delays caused by data fetching or other asynchronous operations.

Basic Usage

To implement the Loader component, you need to import it first:

import { Loader } from 'rades_react/src/components/ui/Loader';

And use it:

  <Loader />

See API for all available options.

Available Loaders

RACOM

RACOM company loader.

  <Loader brand="racom" />

Blank

Default loader without branding.

  <Loader />

API