ComponentsLoading

Loading

Loading provides feedback about a process that is taking place in the application.

Usage
import { HvLoading } from "@hitachivantara/uikit-react-core";
Source
Package

Loading...

Different colors

You can change the default color of the loader by passing a color name from the UI Kit color palette, a CSS color name or a hex color code.

Button loaders

You can use the loading component to create a button loader. Here is an example of a button that shows a loader when clicked.