Progress
Indicate loading state
Preview
Loading...60%
Usage
import { Progress } from '@aaroh/react-ui';
export default function Example() {
return (
<Progress>
Click Me
</Progress>
);
}
Accessibility
- Full keyboard navigation support
- ARIA attributes managed automatically
- Focus rings managed for screen readers
