Skip to main content

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...
<Link href="https://github.com/surveysparrow/twigs" target="_blank">Link</Link>