Skip to content

Instantly share code, notes, and snippets.

@dfee

dfee/block8.ts Secret

Created January 23, 2019 21:46
Show Gist options
  • Save dfee/4e2b5b7f98f84891ce503501320dbeca to your computer and use it in GitHub Desktop.
Save dfee/4e2b5b7f98f84891ce503501320dbeca to your computer and use it in GitHub Desktop.
const MyFooter = () => (
<Footer as={FunkyComponent} funkyLevel={3}>
I am a Funky footer.
</Footer>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment