1.0.1 • Published 3 years ago

reslick v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Reslick

CI

This is the simple carousel using React + Typescript + styled-component.

Screenshots

Docs and Demo

demo

Installation

# Install package
$ yarn add reslick

# Install peerDependencies
$ yarn add --dev react react-dom styled-components

Usage

import React from 'react'
import { Carousel, CarouselItem } from 'reslick'

const YourComponent: React.FC = props => {
  //...
  return (
    <Carousel displayCount={4}>
      <CarouselItem src="..." alt="..." />
    </Carousel>
  )
}

License

MIT License

Author

Kohei Oyama (a.k.a hey3)