Renders an anchor component.
This is a wrapper around Phoenix.Component.link/1 and is used the same way.
Links can be styled as buttons:
<.a href="#" size="lg" as="button">link</a>
When given the as attribute, many of the attributes from the button
components are available. See DesignSystem.Components.Button.