Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (36 loc) · 1.71 KB

File metadata and controls

45 lines (36 loc) · 1.71 KB

@graficos/g-slim-carousel

Installation

npm i @graficos/g-slim-carousel
# or using yarn
yarn add @graficos/g-slim-carousel

Usage

import { Carousel } from '@graficos/g-slim-carousel';

export const MyApp = () => (
  <Carousel>
    <img src='some/path/to/img.webp' />
    <img src='some/path/to/img.webp' />
    <img src='some/path/to/img.webp' />
  </Carousel>
);

Options

See https://g-slim-carousel-storybook.netlify.app for all the possible options available

Resources:

With a little help from my friends: