Skip to content
/ reslick Public

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

License

Notifications You must be signed in to change notification settings

hey3/reslick

Repository files navigation

Reslick

CI

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

Screenshots

auto slide carousel

with content carousel

Docs and Demo

demo

Installation

reslick

# 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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published