Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created October 16, 2018 18:06
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 daniele-zurico/b9cf6f721af610b676f198e4d43d13ee to your computer and use it in GitHub Desktop.
Save daniele-zurico/b9cf6f721af610b676f198e4d43d13ee to your computer and use it in GitHub Desktop.
import React from "react";
const expansionPanelContent = props => {
return <div style={{ border: "1px solid blue" }}>{props.children}</div>;
};
export default expansionPanelContent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment