Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wutility/react-caroussel
A lightweight React carousel
https://github.com/wutility/react-caroussel
Last synced: 5 days ago
JSON representation
A lightweight React carousel
- Host: GitHub
- URL: https://github.com/wutility/react-caroussel
- Owner: wutility
- Created: 2021-09-24T16:29:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T09:56:52.000Z (almost 3 years ago)
- Last Synced: 2024-11-03T14:51:53.452Z (11 days ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/react-carousel-ftzy5
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Caroussel
- Fast And Simple to use.
- Lightweight.
- Zero dependencies.
![react carousel](https://i.ibb.co/r2LKRmP/react-caroussel.gif)
## [Demo](https://codesandbox.io/s/react-carousel-ftzy5)
```js
$ npm i react-caroussel
// or
$ yarn add react-caroussel
```## Usage
```js
import ReactCaroussel from 'react-caroussel';
import "react-caroussel/dist/index.css";
```## Usage
```jsx
1
2
3
4
5
6```
## Notes
- All pull requests are welcome, feel free.## License
MIT