MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / SampleUrls

Function SampleUrls

app/components/SampleUrls.tsx:3–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { ExampleDoc } from "./ExampleDoc";
2
3export function SampleUrls() {
4 return (
5 <div className="flex justify-start flex-wrap gap-2">
6 <ExampleDoc
7 id="d9udW60cLOok"
8 title="Tweet JSON"
9 path="data.0.entities.urls.0.expanded_url"
10 />
11 <ExampleDoc id="PjHo1o5MVeH4" title="Github API" />
12 <ExampleDoc
13 id="XKqIsPgCssUN"
14 title="Airtable API"
15 path="records.3.createdTime"
16 />
17 <ExampleDoc
18 id="bSc7r1Ta0fED"
19 title="Unsplash API"
20 path="4.urls.regular"
21 />
22 </div>
23 );
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected