0
4
JRJose Romero
This produces a hyperlink which when activated will take the user to the destination specified in the Label.
Library: remix
Shortcut: remix.link.create
import { Link } from "remix";
<Link to="/destination">Label</Link>
0
4
JRJose Romero
This produces a hyperlink which when activated will take the user to the destination specified in the Label.
Library: remix
Shortcut: remix.link.create
import { Link } from "remix";
<Link to="/destination">Label</Link>