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

### doc-link

The `<doc-link>` element is used to display a styled link with an icon.

#### Attributes

- `title`: The title of the link.
- `description`: The description of the link.
- `icon`: The icon of the link.
- `href`: The URL of the link.

#### Example

```html
<doc-link title="Link Title" description="Link Description" icon="mdi:link" href="https://example.com"></doc-link>
```

<doc-link title="Link Title" description="Link Description" icon="mdi:link" href="https://example.com"></doc-link>
