Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Last active October 16, 2018 17:24
Show Gist options
  • Save daniele-zurico/7c938ddd2f387505fa43643bd5571e2d to your computer and use it in GitHub Desktop.
Save daniele-zurico/7c938ddd2f387505fa43643bd5571e2d 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