```ts
import Link from "~/components/ui/Link.vue"
```
# Link
Users can navigate by following Links. They expect that in contrast to clicking a [button](button), following a link does not manipulate items or trigger any action.
This component will render as [an ``Β elementΒ [MDN]](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a).
```vue-html
Home
```
Home
Instead of a route, you can set the prop `to` to any web address starting with `http`.
## Colors and Variants
See [Using color](/using-color)
A paragraph of text with an inline (uncolored) link: no color
π
π
π
π
π
π
```
π
π
π
π
π
π