Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

ben-styling/use-styled-slider

Repository files navigation

use-styled-slider

This project has been archived, and is not maintained.

SSR ready carousel slider styled with styled components

NPM JavaScript Style Guide

Install

npm install --save use-styled-slider

Usage

import * as React from 'react'

import { useMyHook } from 'use-styled-slider'

const Example = () => {
  const example = useMyHook()
  return (
    <div>
      {example}
    </div>
  )
}

License

MIT © ben-styling


This hook is created using create-react-hook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published