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
Preview
Usage
import { BarLoader } from 'archi-ui'
<BarLoader />
Size
Use size
prop to change the size of the component.
Preview
Color
Use color
prop to apply different colors to component.
Preview
BarLoader API
API reference docs for the React BarLoader component.
Props
Name | Type | Default | Description |
---|---|---|---|
className | string | - | 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