MCPcopy Create free account
hub / github.com/fontsource/fontsource / Static

Function Static

website/app/components/preview/Install.tsx:36–50  ·  view source on GitHub ↗
({ metadata }: InstallProps)

Source from the content-addressed store, hash-verified

34};
35
36const Static = ({ metadata }: InstallProps) => {
37 return (
38 <>
39 <Title order={3} mt="xl" mb="md">
40 Installation
41 </Title>
42 <Text>
43 Install the static version of this font by running the following
44 command:
45 </Text>
46 <PackageManagerCode cmd={`@fontsource/${metadata.id}`} />
47 <InstallCode metadata={metadata} />
48 </>
49 );
50};
51
52export const Install = ({
53 metadata,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected