# @economist/component-carousel

> A generic carousel component

Latest version **2.0.1** (published 2018-03-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @economist/component-carousel
pnpm add @economist/component-carousel
yarn add @economist/component-carousel
bun add @economist/component-carousel
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2018-03-20 |
| First published | 2016-05-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 131.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | bandi-econ, buddhamagnet, dhounam, economist-org-bot, etaylor23, fniewijk, futuraprime, garysiladi, jciolek, lizziehard, martgnz, matthew-dev, palyxk, pggl, rinkashimikito, robert.varga, russeco, sabrinaecon, sandeepasrani, tomas-paronai, umbobabo, varholak-peter, yasmingreen, zkobol90 |

## Links

- npm: https://www.npmjs.com/package/@economist/component-carousel
- Repository: https://github.com/economist-components/component-carousel
- Issues: https://github.com/economist-components/component-carousel/issues
- npm.io page: https://npm.io/package/@economist/component-carousel

## Dependencies (2)

- [prop-types](https://npm.io/package/prop-types.md) ^15.5.0
- [lodash.debounce](https://npm.io/package/lodash.debounce.md) ^4.0.7

## Recent versions

- 2.0.1 (latest) — 2018-03-20
- 2.0.0 — 2018-03-14
- 1.8.1 — 2017-11-24
- 1.8.0 — 2017-10-26
- 1.7.0 — 2017-01-23
- 1.6.3 — 2017-01-19
- 1.6.2 — 2016-12-23
- 1.6.1 — 2016-12-19
- 1.6.0 — 2016-12-16
- 1.5.0 — 2016-11-28
- 1.4.1 — 2016-10-14
- 1.4.0 — 2016-10-14
- 1.3.0 — 2016-09-14
- 1.2.4 — 2016-09-09
- 1.2.3 — 2016-09-07
- … 5 more at https://npm.io/package/@economist/component-carousel/versions

## README

[![By:Economist](
  https://img.shields.io/badge/By-Economist-e3120b.svg?style=flat-square
)](
  http://www.economist.com/
)[![Build Status](
  https://img.shields.io/npm/v/@economist%2Fcomponent-carousel.svg?style=flat-square
)](
  https://www.npmjs.com/package/@economist%2Fcomponent-carousel
)[![Build Status](
  https://img.shields.io/travis/economist-components/component-carousel/master.svg?style=flat-square
)](
  https://travis-ci.org/economist-components/component-carousel/branches
)[![Coverage Status](
  https://img.shields.io/coveralls/economist-components/component-carousel/master.svg?style=flat-square
)](
  https://coveralls.io/github/economist-components/component-carousel?branch=master
)

# Carousel
> A generic carousel component

## Usage

**This component expects an ES6 environment**, and so if you are using this in an app,
you should drop in a polyfill library - it has been tested with [babel-polyfill] but
[core-js] or [es6-shim] may also work.

[babel-polyfill]: https://babeljs.io/docs/usage/polyfill/
[core-js]: https://www.npmjs.com/package/core-js
[es6-shim]: https://www.npmjs.com/package/es6-shim

The default export is a React Component, so you can simply import the component and use
it within some JSX, like so:

```js
import Carousel from 'component-carousel';

return <Carousel/>;
```

For more examples on usage, see [`src/example.es6`](./src/example.es6).

## Install

```bash
npm i -S component-carousel
```

## Run tests

```bash
npm test
```

---
_Source: https://npm.io/package/@economist/component-carousel · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
