---
imports:
  - "../dist/doc-header.js"
---

### doc-header

The `<doc-header>` element is used to display a header section.

#### Attributes

- `title`: The title of the header.
- `description`: The description of the header.
- `button`: The text for the button.
- `link`: The link for the button.

#### Example

```html
<doc-header 
  title="Header Title" 
  description="Header Description" 
  button="Button Text" 
  link="https://example.com">
</doc-header>
```

<doc-header 
  title="Header Title" 
  description="Header Description" 
  button="Button Text" 
  link="https://example.com">
</doc-header>
