Skip to Content
Archi-ui 1.0.25 is released 🎉
ComponentsBarLoader

BarLoader

BarLoader can be used as Progress indicators, express an unspecified wait time.

Progress indicators inform users about the status of ongoing processes, such as loading an app, submitting a form, or saving updates.

Basic BarLoader

Usage

import { BarLoader } from 'archi-ui'
<BarLoader />

Size

Use size prop to change the size of the component.

Color

Use color prop to apply different colors to component.

BarLoader API

API reference docs for the React BarLoader component.

Props

NameTypeDefaultDescription
classNamestring-Override or extend the styles applied to the component
size'lg' | 'md' | 'sm''md'The size of the component.
color'default' | 'primary' | 'secondary' | 'info' | 'warning' | 'success' | 'error''primary'The color of the component.
Last updated on