Your shared button variations for actions, links, and CTAs across all projects.
1import { Button } from "@/devlink";
2
3<Button
4 variant="primary"
5 text="Get Started"
6 link={{ href: "/" }}
7/>1import { ButtonSmall } from "@/devlink";
2
3<ButtonSmall
4 variant="primary"
5 text="Get Started"
6 link={{ href: "/" }}
7/>