ptomasroos / react-native-multi-slider

Android and iOS Pure JS react native multi slider
MIT License
775 stars 401 forks source link

Proper Documentation #242

Open kingmaker9841 opened 3 years ago

kingmaker9841 commented 3 years ago

Am I the only one here, or there is no proper documentation for this package?

ptomasroos commented 3 years ago

Correct! The examples and the markdown is the documentation only.

chrissnape commented 3 years ago

I was just thinking the same. I'm trying to get stepsAs to work, and I don't think I'm doing it correctly as there are no examples

kingmaker9841 commented 3 years ago

Is there any easy way to style the label? I only saw enableLabel prop on the documentation. Also it's not accepting function but boolean.

ptomasroos commented 3 years ago

Is there any easy way to style the label? I only saw enableLabel prop on the documentation. Also it's not accepting function but boolean.

In the README.md you can see that you can customise the Label by replacing the customLabel prop.

You can copy the DefaultLabel if you want to create your customised label.