Skip to content

Instantly share code, notes, and snippets.

@ryanseddon
Created June 18, 2019 00:52
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 ryanseddon/8a1731484b2c05cc9bd5bc4a20d4deaf to your computer and use it in GitHub Desktop.
Save ryanseddon/8a1731484b2c05cc9bd5bc4a20d4deaf to your computer and use it in GitHub Desktop.
Part of a blog post
function TabContainer({ children, render = children, ...options }) {
return render(useTabs(...options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment