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

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Table body',
  description:
    'The table body component represents the main content area of a table, containing the data rows. Use table body as a child of table to structure your table data, with each table row within the body representing a single record or entry.' +
    '\n\nTable body must contain table row components, which in turn contain table cell components for the actual data values.',
  category: 'Web components',
  subCategory: 'Structure',
  related: [],
};

export default data;
