A basic Directory component.
To use, simply copy the component files into your own component directory within a React
project.
Import the component into your App.js
:
import Directory from '../../directory/directory.component';
And render the component in your render function via the tag.