# reactslides

> The react component for your presentation

Latest version **1.0.0** (published 2015-08-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install reactslides
pnpm add reactslides
yarn add reactslides
bun add reactslides
```

## 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 | 2015-08-29 |
| First published | 2015-08-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Yuriy Musienko |
| Maintainers | yuriymusienko |
| Keywords | reactjs, slides, react-slides |

## Links

- npm: https://www.npmjs.com/package/reactslides
- Repository: https://github.com/musienkoyuriy/react-slides
- Homepage: https://github.com/musienkoyuriy/react-slides#readme
- Issues: https://github.com/musienkoyuriy/react-slides/issues
- npm.io page: https://npm.io/package/reactslides

## Alternatives

- [adhdev](https://npm.io/package/adhdev.md) — 11.1K weekly downloads
- [react-slide-button](https://npm.io/package/react-slide-button.md) — 310 weekly downloads
- [better](https://npm.io/package/better.md) — 42 weekly downloads
- [react-native-swipe-image](https://npm.io/package/react-native-swipe-image.md) — 22 weekly downloads
- [nl.fokkezb.pulltorefresh](https://npm.io/package/nl.fokkezb.pulltorefresh.md) — 11 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-08-29

## README

# react-slides
The simple UI component for making presentation. Based on ReactJS library and Webpack module bundler.

# Install:

      npm install react-slides
      
# Usage:
	
	import React from 'react';
	import Slider from './components/Slider.jsx';

	var slidesData = [
		{src: 'https://upload.wikimedia.org/wikipedia/commons/thumb/5/57/React.js_logo.svg/2000px-React.js_logo.svg.png'},
		{src: 'http://blog.addthiscdn.com/wp-content/uploads/2014/11/addthis-react-flux-javascript-scaling.png'},
		{src: 'http://daynin.github.io/clojurescript-presentation/img/react-logo.png'}
	]; 
	
	React.render(<Slider slides={slidesData} 
			     		 interval={3000} />, 
	document.getElementById('slider-wrap'));

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