Skip to content

Instantly share code, notes, and snippets.

@srph
Last active July 24, 2018 21:37
Show Gist options
  • Save srph/64df6619fe0a95ff48f20cd95e247576 to your computer and use it in GitHub Desktop.
Save srph/64df6619fe0a95ff48f20cd95e247576 to your computer and use it in GitHub Desktop.
<SomeComponent.Footer>
{(slotProps) =>
<div>{slotProps.loading ? 'Loading...' : null}</div>
}
</SomeComponent.Footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment