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.
<.a size="xs"> Extra Small Link </.a> <.a size="sm"> Small Link </.a> <.a size="base"> Base Link </.a> <.a size="lg"> Large Link </.a>
<.a size="sm" as="back-link"> <.row space="xs" justify="start" align="center"> <.icon name="arrow-left" size="sm" /> Go Back </.row> </.a>