# react-tv-horizontal-list

> Netflix based Horizontal List using ReactTV

Latest version **1.0.0** (published 2017-11-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-tv-horizontal-list
pnpm add react-tv-horizontal-list
yarn add react-tv-horizontal-list
bun add react-tv-horizontal-list
```

## 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 | 1.0.0 |
| Published | 2017-11-19 |
| First published | 2017-11-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Raphael Amorim |
| Maintainers | raphamorim |

## Links

- npm: https://www.npmjs.com/package/react-tv-horizontal-list
- npm.io page: https://npm.io/package/react-tv-horizontal-list

## Dependencies (2)

- [react](https://npm.io/package/react.md) ^16.0.0
- [react-tv](https://npm.io/package/react-tv.md) 0.3.0-beta.0

## Recent versions

- 1.0.0 (latest) — 2017-11-19

## README

# React-TV-Horizontal-List

Netflix based Horizontal List using ReactTV.

```bash
yarn add react-tv-horizontal-list
```

```jsx
import React from 'react'
import ReactTV from 'react-tv'
import { HorizontalList } from 'react-tv-horizontal-list'

const data = [{
  title: 'My Movie 1',
  thumbUrl: 'http://path-to-some/image.png'
}]

ReactTV.render(
  <HorizontalList data={data} title={'Movies'}/>, document.querySelector('#root')
)
```

---
_Source: https://npm.io/package/react-tv-horizontal-list · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
