Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created February 8, 2020 19:39
Show Gist options
  • Save DZuz14/5a1ca3242cc9fa48dfc278f942af86bc to your computer and use it in GitHub Desktop.
Save DZuz14/5a1ca3242cc9fa48dfc278f942af86bc to your computer and use it in GitHub Desktop.
Slider with React Hooks 1
import React, { useState } from 'react'
/**
* @function Slider
*/
const Slider = () => {
return <div>{/* */}</div>
}
export default Slider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment