import type {SharedReferenceEntityTemplateSchema} from '../docs-type';

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Progress',
  description:
    'Displays an indicator showing the completion status of a task. Use to visually communicate progress in either determinate (known percentage) or indeterminate (unknown duration) states.',
  category: 'Web components',
  subCategory: 'Feedback and status indicators',
  related: [],
};

export default data;
