Ecosyste.ms: Awesome

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

https://github.com/netbeast/react-native-big-slider

:level_slider: Yet another, big one, pure JS easily customisable and hackable react-native slider component
https://github.com/netbeast/react-native-big-slider

react react-native slider ui ux

Last synced: 28 days ago
JSON representation

:level_slider: Yet another, big one, pure JS easily customisable and hackable react-native slider component

Lists

README

        

# react-native-big-slider
![npm version](https://badge.fury.io/js/react-native-big-slider.svg)


works with yeti

> This package powers [Yeti Smart Home](https://getyeti.co) and is used in production.

A react native reusable and efficient dial knob element.

## Usage

demo screenshot

To achieve the previously shown elements, you can take a look at the example
or use the following snippets:

```javascript
import BigSlider from 'react-native-big-slider'

// ...

{
this.setState({ valA })
}} />

// ...

// ...

// ...


Brightness
}
trackStyle={{ backgroundColor: 'rgba(143, 255, 160, .7)' }}
maximumValue={30}
minimumValue={-120}
value={this.state.valB} />

// ...

```

More documentation is incoming, in the meanwhile please read the source code. It is a single file!
PRs and issues are more than welcome.

Follow us in Github or https://twitter.com/netbeast_co.