MCPcopy Create free account
hub / github.com/triggerdotdev/trigger.dev / Buttons.tsx

File Buttons.tsx

apps/webapp/app/components/primitives/Buttons.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Link, LinkProps, NavLink, NavLinkProps } from "@remix-run/react";
2import React, { forwardRef, useImperativeHandle, useRef } from "react";
3import { ShortcutDefinition, useShortcutKeys } from "~/hooks/useShortcutKeys";
4import { cn } from "~/utils/cn";

Callers

nothing calls this directly

Calls 3

useShortcutKeysFunction · 0.90
cnFunction · 0.90
createVariantFunction · 0.85

Tested by

no test coverage detected