Skip to content

Instantly share code, notes, and snippets.

@jonaseriksson84
Last active June 8, 2020 19:44
Show Gist options
  • Save jonaseriksson84/5b123e375d5ca5503da7bda1219e1225 to your computer and use it in GitHub Desktop.
Save jonaseriksson84/5b123e375d5ca5503da7bda1219e1225 to your computer and use it in GitHub Desktop.
import React from "react";
const Details = (props) => {
return (
<pre>
<code>{JSON.stringify(props, null, 4)}</code>
</pre>
);
};
export default Details;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment