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

Function HomeInfoBoxSection

app/components/Home/HomeInfoBoxSection.tsx:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46const autoplayDuration = 3000;
47
48export function HomeInfoBoxSection() {
49 return (
50 <SampleJSONPreview initialSelection={infoBoxData[0].highlight}>
51 <HomeInfoBoxSectionContent/>
52 </SampleJSONPreview>
53 );
54}
55
56function HomeInfoBoxSectionContent() {
57 const [index, setIndex] = useState(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected