MCPcopy Create free account
hub / github.com/editablejs/editable / Wip

Function Wip

apps/docs/src/components/mdx/mdx-components.tsx:57–59  ·  view source on GitHub ↗
({ children }: { children: React.ReactNode })

Source from the content-addressed store, hash-verified

55
56const Divider = () => <hr tw="border-border dark:border-border-dark my-6 block border-b" />
57const Wip = ({ children }: { children: React.ReactNode }) => (
58 <ExpandableCallout type="wip">{children}</ExpandableCallout>
59)
60const Pitfall = ({ children }: { children: React.ReactNode }) => (
61 <ExpandableCallout type="pitfall">{children}</ExpandableCallout>
62)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected