Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silogos/react-carousel


https://github.com/silogos/react-carousel

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# @silogos/react-carousel

> React Carousel

[![NPM](https://img.shields.io/npm/v/@silogos/react-carousel.svg)](https://www.npmjs.com/package/@silogos/react-carousel) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save @silogos/react-carousel
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from '@silogos/react-carousel'
import '@silogos/react-carousel/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [silogos](https://github.com/silogos)