react-native-simple-stepper
Một phiên bản tương đương của phiên bản iOS UIStepper.
Cài đặt
yarn add react-native-simple-stepper
npm install react-native-simple-stepper --save
Sử dụng
import SimpleStepper from 'react-native-simple-stepper';
function Example() {
return <SimpleStepper valueChanged={value => console.log(value)} />;
}
export default Example;
Vị trí Văn bản
trái | giữa (mặc định) | phải |
---|---|---|
import SimpleStepper from 'react-native-simple-stepper';
function TextPositionExample() {
return <SimpleStepper showText={true} textPosition={'right'} />;
}
export default TextPositionExample;
Chi tiết tải về:
Tác giả: testshallpass
Nguồn: https://github.com/testshallpass/react-native-simple-stepper
Giấy phép: MIT license