Link
Import
import { Link } from "@sparrowengg/twigs-react";
Link
is used to display a styled anchor element. It accepts all the props that a normal anchor element accepts.
Use the asChild
prop to render a custom link.
Usage
Result
Loading...
Live EditorOpen in playground
<Link href="https://github.com/surveysparrow/twigs" target="_blank">Link</Link>