Skip to content

Instantly share code, notes, and snippets.

@rocksinghajay
Last active November 11, 2018 15:01
Show Gist options
  • Select an option

  • Save rocksinghajay/0a40ea3bea258a6aa7510ef1bb8b0781 to your computer and use it in GitHub Desktop.

Select an option

Save rocksinghajay/0a40ea3bea258a6aa7510ef1bb8b0781 to your computer and use it in GitHub Desktop.
import React from 'react';
const presentationalComponent = (props) => (
<div>
<h2>
This is a example of Presentational Component
</h2>
</div>
);
export default presentationalComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment