Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created January 29, 2017 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DZuz14/bd3c5075197785aa49406e67a86dfd1e to your computer and use it in GitHub Desktop.
Save DZuz14/bd3c5075197785aa49406e67a86dfd1e to your computer and use it in GitHub Desktop.
One of the three slides in the slider.
import React, { Component } from 'react';
const SlideThree= (props) => {
return <div className="slide"></div>
}
export default SlideThree;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment