| id | Progress | |
|---|---|---|
| section | components | |
| cssPrefix | pf-v6-c-progress | |
| propComponents |
|
import { useState } from 'react';
When conveying status, you should ensure:
- There is visible helper text that explains the status.
- The helper text includes the status icon, as seen in our basic helper text example.
- The helper text is linked to the
<Progress>component via thearia-describedbyproperty, as seen in the progress helper text example.