This project has been archived, and is not maintained.
SSR ready carousel slider styled with styled components
npm install --save use-styled-slider
import * as React from 'react'
import { useMyHook } from 'use-styled-slider'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
MIT © ben-styling
This hook is created using create-react-hook.