Primary action trigger — four variants, two extra sizes, and a disabled state.
import { Button } from "@vulcansoft/ui"; <Button>Start a project</Button><Button variant="secondary">View work</Button><Button variant="ghost">See the work</Button><Button size="lg">Large</Button><Button disabled>Disabled</Button>