A
The `<a>` element automatically sets `rel="noreferrer"` for external links with `target="_blank"`.\ `A` allows all props of the `<a>` element.\ `<A href="https://example.com" target="_blank">Example</A>` ➡️ `<a href="https://example.com" target="_blank" rel="noreferrer">Example</a>`
Props
| Name | Description | Type | Default |
|---|