Created
February 8, 2020 19:39
-
-
Save DZuz14/5a1ca3242cc9fa48dfc278f942af86bc to your computer and use it in GitHub Desktop.
Slider with React Hooks 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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