Skip to content

Instantly share code, notes, and snippets.

@antonjb
Last active September 9, 2019 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonjb/ea85647511a5224929370bbc20e34258 to your computer and use it in GitHub Desktop.
Save antonjb/ea85647511a5224929370bbc20e34258 to your computer and use it in GitHub Desktop.
JSON React Layouts gists
export const SiteHeader = createRegisterableComponent(
"site-header",
(props: { title: string }, services) => (
<header>
<h1>{props.title}</h1>
</header>
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment