MCPcopy
hub / github.com/code-hike/codehike / Scrolly

Function Scrolly

apps/web/content/blog/fine-grained/scrolly.tsx:33–41  ·  view source on GitHub ↗
(props: unknown)

Source from the content-addressed store, hash-verified

31const stickerHeight = 640
32
33export function Scrolly(props: unknown) {
34 const p = parseProps(props, Schema)
35 return (
36 <>
37 <Lean {...p} />
38 <Rich {...p} />
39 </>
40 )
41}
42
43type ContentProps = z.infer<typeof Schema>
44function Lean(props: ContentProps) {

Callers

nothing calls this directly

Calls 1

parsePropsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…