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

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Scroll box',
  description:
    'Provides a scrollable container for long content that exceeds the available space. Use to display lists, order summaries, or other lengthy content while maintaining a constrained layout.',
  category: 'Web components',
  subCategory: 'Layout and structure',
  related: [],
};

export default data;
