Skip to content

Instantly share code, notes, and snippets.

@jonathanharrell
Created September 25, 2018 15:34
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 jonathanharrell/c9ba912741f57904f42704527e5f3797 to your computer and use it in GitHub Desktop.
Save jonathanharrell/c9ba912741f57904f42704527e5f3797 to your computer and use it in GitHub Desktop.
Accordion Item Context
const AccordionItemContext = React.createContext({
expanded: false,
toggleExpansion: () => {}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment