Press J or click me!

Docs
LinkButton

LinkButton

Link version of shadcn/ui button component.

Component is already configured in the boilerplate.
1.<LinkButton href="/" arrow={false}>2.{children}3.</LinkButton>
href = is used to specify the location (URL) associated with the hyperlink.arrow = is a boolean condition; when true, it renders an SVG arrow.variant = specifies button variants, including 'default', 'link', 'destructive', 'outline', 'secondary', and 'ghost'.size = determines button sizes, such as 'default', 'sm', 'lg', 'xl', 'icon', and 'custom'.