Link
Styled link component with support for external links and LiveView `navigate`/`patch`.
Variants
<.link href="#">Default link</.link>
<.link href="#" variant={:primary}>Primary</.link>
LiveView Navigation
<.link navigate={~p"/dashboard"}>Dashboard</.link>
<.link patch={~p"/docs?section=components"}>Components</.link>
<.link href="https://ashui.dev" external={true}>PyraUI</.link>