# Link

[All components/hooks](../../README.md)

The Link component is used for rendering links to other pages or parts of the
current page.

By default, this element will **not** render as an anchor (`<a>`), you must
provide `is="a"` to render it as a regular anchor.
