Skip to content

Instantly share code, notes, and snippets.

@foleyatwork
Created April 19, 2019 20:38
Show Gist options
  • Save foleyatwork/6ca9491b467bad75b2ea9a8d8f552720 to your computer and use it in GitHub Desktop.
Save foleyatwork/6ca9491b467bad75b2ea9a8d8f552720 to your computer and use it in GitHub Desktop.
const inserts = {
// The name of the paragraph that corresponds with an insert.
[paragraph.name]: {
// Whether the insert should appear before or after a graf.
order: 'before' | 'after,
// The component to inject.
component: () => Hello, World!, // a React Node.
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment