MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / InlineCode

Function InlineCode

docs/app/ui/inline-code.tsx:13–20  ·  view source on GitHub ↗
(props: ComponentPropsWithoutRef<"code">)

Source from the content-addressed store, hash-verified

11 * </p>
12 */
13export const InlineCode = (props: ComponentPropsWithoutRef<"code">) => {
14 return (
15 <code
16 {...props}
17 className="rounded bg-[var(--color-code-inline-bg)] py-1 px-2 mx-0 xl:mx-0.5 text-[var(--color-code-inline-text)] text-sm md:text-base "
18 />
19 )
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…