---
title: Links
description: Using link components
slug: links
---
# Links
In Discord, links are a type of button, and they work similarly. Clicking on it leads you to the given URL. They only have one style, and can't be listened to for clicks.
```tsx
import { Link } from "reacord"
export function AwesomeLinks() {
return (
<>
>
)
}
```
See the [API reference](/api/index.html#Link) for more information.