Link Button
A styled anchor element that looks like an inline text link.
Preview
Installation
Usage
import { LinkButton } from "@/components/ui/link-button"<LinkButton href="#">Learn more</LinkButton>API Reference
LinkButton
Styled anchor element with variant, size, and underline options.
All props from React.ComponentProps<'a'> are also supported.