> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkButton

> Useful when you want to link somewhere external (e.g. your own admin tool or payment provider)

<Frame>
  <img src="https://mintcdn.com/plain/0wG2_p3IpiRbcG4l/public/images/ui-component-link-button.png?fit=max&auto=format&n=0wG2_p3IpiRbcG4l&q=85&s=09efe11d0ac73716c01200473f1a5a6e" alt="Example link button" width="1664" height="300" data-path="public/images/ui-component-link-button.png" />
</Frame>

A link button has the following properties:

* `linkButtonLabel`: the text of the button
* `linkButtonUrl`: the URL the button should open in a new tab

For example:

<Snippet file="graphql/ui-link-button.mdx" />
