# EuiPage

**Type:** component



Root page layout component (v2) that provides the foundational structure for application pages.
Automatically detects and adapts styling based on the presence of column-based layouts.

### Basic usage
```html
<eui-page>
  <eui-page-header label="Dashboard"></eui-page-header>
  <eui-page-content>Content</eui-page-content>
</eui-page>
```

### Accessibility
- Use semantic HTML for proper document structure
- Maintain heading hierarchy within page sections

### Notes
- This is the v2 variant with updated styling
- Automatically detects column layouts


**Selector:** `eui-page`
