loading
Linear progress
Indicates determinate and indeterminate loading status
Features
- Multiple sizes
- Supports determinate and indeterminate states
- Themes ready
30
Anatomy
import { LinearProgress } from "@wonderflow/react-components";
export default () => {
return <LinearProgress />;
};
API Reference
PROPERTY
TYPE
DEFAULT
value
number
max
number
100
dimension
enum
regular
showProgress
boolean
Accessibility
Adheres to the progressbar
role requirements.