Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faceless-ui/slider
A React library for building every kind of slider
https://github.com/faceless-ui/slider
react react-slick react-slider slick-slider slider slides typescript
Last synced: 12 days ago
JSON representation
A React library for building every kind of slider
- Host: GitHub
- URL: https://github.com/faceless-ui/slider
- Owner: faceless-ui
- License: mit
- Created: 2021-02-28T03:17:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:39:54.000Z (7 months ago)
- Last Synced: 2024-12-08T18:08:12.071Z (29 days ago)
- Topics: react, react-slick, react-slider, slick-slider, slider, slides, typescript
- Language: TypeScript
- Homepage: https://facelessui.com/docs/slider
- Size: 655 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![NPM](https://img.shields.io/npm/v/@faceless-ui/slider)](https://www.npmjs.com/@faceless-ui/slider)
![Bundle Size](https://img.shields.io/bundlephobia/minzip/@faceless-ui/slider?label=zipped)# React Slider
Read the full documentation [here](https://facelessui.com/docs/slider).
## Installation
```bash
$ npm i @faceless-ui/slider
$ # or
$ yarn add @faceless-ui/slider
```## Development
To develop this module locally, spin up the [demo app](./demo/App.demo.js):
```bash
$ git clone [email protected]:faceless-ui/slider.git
$ yarn
$ yarn dev
$ open http://localhost:3000
```## License
[MIT](https://github.com/faceless-ui/slider/blob/master/LICENSE) Copyright (c) Faceless UI