Image component with a title if available
({ title }) => { return ( <TitledImage title={title} alt="alt text" src="https://github.com/ccontrols/component-controls/raw/master/misc/storybook-custom-docs/images/simple-page.jpg" /> );}
string
-