# LinkButton

`function` in `discord-component-embed` · v0.1.0

<https://docs.seedcord.org/packages/discord-component-embed/0.1.0/functions/link-button>

A button that opens a URL. It is the only kind of button a component embed allows.

```ts
LinkButton(_props: LinkButtonProps): null
```

A button that opens a URL. It is the only kind of button a component embed allows.

Parameters.

- `_props` `LinkButtonProps`

Returns `null`.
