# LoadingIndicator

LoadingIndicator is a pattern for displaying a loader text inside a parent container. It leverages LoadingSpinner under the hood.

# Usage

The LoadingIndicator leverages position: absolute so you will need to have position: relative on a parent.

# Text Prop

Use text to pass a string to your LoadingIndicator. If nothing is passed to this prop, no text will be displayed.

# Size Prop

Use size to change the size of your LoadingIndicator. size accepts xs, sm or md as a string.

# Color

The loading indicator uses currentColor for its coloring, so you can adjust it by changing the color of its container.

Last Updated: 5/9/2023, 10:31:53 AM