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

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Text area',
  description:
    'The text area component captures multi-line text input. Use it to collect descriptions, notes, comments, or other extended text content.' +
    '\n\nThe component supports configurable height, character limits, and validation. For single-line text input, use [text field](/docs/api/{API_NAME}/{API_VERSION}/web-components/forms/text-field).',
  category: 'Web components',
  subCategory: 'Forms',
  related: [],
};

export default data;
