xxxxxxxxxx
npx shadcn@latest add button
//change button to any other component like npx shadcn-ui@latest add dropdown-menu
//input
//Usage.
<Button variant="outline">Button</Button>
In LINK
<Link className={buttonVariants({ variant: "outline" })}>Click here</Link>
<Button asChild>
<Link href="/login">Login</Link>
</Button>