Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silogos/react-carousel
https://github.com/silogos/react-carousel
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/silogos/react-carousel
- Owner: silogos
- Created: 2020-04-04T17:09:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:11:57.000Z (9 months ago)
- Last Synced: 2024-11-09T16:17:29.683Z (2 months ago)
- Language: HTML
- Size: 572 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)