JSPM

react-native-custom-stepper

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q46501F
  • License MIT

A customizable React Native number stepper component.

Package Exports

  • react-native-custom-stepper

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-custom-stepper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🎟 Demo

NumberStepper

⚙️ Installation

$ npm install react-native-custom-stepper --save

I will thrive to maintain backward compatibility for this component throughout its updates. However, due to the nature of the platform and the potential breaking changes between react native releases, the aforementioned might be impossible to achieve.

💡 Props

Prop Type Default Description
autoRepeat boolean true Used to determine whether the stepper should automatically repeat after reaching minValue or maxValue
borderColor string null The stepper's overall border color
borderRadius number 8 The stepper's outer border radius
borderWidth number 0 The stepper's overall border width
buttonsBackgroundColor string #7DA453 The background color applied to the stepper buttons
buttonsFontColor string #FFFFFF The font color applied to the stepper buttons
buttonsFontSize number 36 The font size applied to the stepper buttons
buttonsUnderlayColor string #CCCCCC The underlay color applied to the stepper buttons
buttonsWidth number 50 The width applied to the stepper buttons
decrementButtonText string - The stepper's decrement button text
incrementButtonText string + The stepper's increment button text
labelBackgroundColor string #AED581 The background color applied to the stepper label
labelFontColor string #FFFFFF The font color applied to the stepper label
labelFontSize number 24 The font size applied to the stepper label
minValue number 0 The stepper's minimum displayed value
maxValue number 5 The stepper's maximum displayed value
stepValue number 1 The stepper's incremental value
onValueChange func N/A Callback that is triggered whenever the stepper's value is modified

🖥 Usage

import NumberStepper from 'react-native-custom-stepper'

🏷 License

Copyright © 2019 Jad Ghadry. Released under the MIT license.