1.1.42 • Published 4 months ago

@evroca/core v1.1.42

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

React Carousel

This package contains a simple React Carousel. It is compatible with React v17. To use, simply import the Carousel component, and then add children into the Carousel, as shown in the "Usage" section below. See the "Demo" section below for a demo video.

Installation

npm i @evroca/core

Usage

index.js:

import React from "react";
import ReactDOM from "react-dom";
import Carousel from "@evroca/core";

function App() {
  return (
    <Carousel>
      <div>Item 1</div>
      <div>Item 2</div>
      <img
        src="https://cdn.cnn.com/cnnnext/dam/assets/130604125005-rick-astley-video.jpg"
        alt="Item 3"
        style={{ width: "100%" }}
      />
      <div>Item 4</div>
      <div>Item 5</div>
      <div>Item 6</div>
      <div>Item 7</div>
      <div>Item 8</div>
      <div>Item 9</div>
      <div>Item 10</div>
    </Carousel>
  );
}

ReactDOM.render(<App />, document.querySelector("#root"));

Demo

https://user-images.githubusercontent.com/38119443/163601806-092df47b-fc64-4235-97c9-23b46c066466.mp4

1.1.42

4 months ago

1.1.41

4 months ago

1.1.39

4 months ago

1.1.40

4 months ago

1.1.34

9 months ago

1.1.33

9 months ago

1.1.38

9 months ago

1.1.37

9 months ago

1.1.36

9 months ago

1.1.35

9 months ago

1.1.25

9 months ago

1.1.21

11 months ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.19

1 year ago

1.1.18

1 year ago

1.1.17

1 year ago

1.1.20

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.1

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago