文件名称:一个可以显示进度的本机按钮组件。
文件大小:7.49MB
文件格式:ZIP
更新时间:2024-06-28 10:12:36
React Native Awesome Components
react-native-progress-button 一个可以显示进度的React原生按钮组件。 安装 $ npm install react-native-progress-button --save Usage import {ProgressButton} from 'react-native-progress-button'; 属性道具说明默认样式按钮样式 -width:按钮的宽度 -height:按钮的高度。 -borderWidth:外边框的宽度。 -borderRadius:外边框的半径,这会影响android中的内部进度视图。 -backgroundColor:按钮的背景颜色,当 buttonState 为 'static' 时不可见。 -padding:外边框和内进度视图之间的填充区域 -width:400 -height:40 -borderWidth:0 -borderRadius:5-backgroundColor:'limegreen'-padding:0 buttonState 控制按钮是否在进行中的状态,其中之一三个跟随值:-'staic':静态按钮,
【文件预览】:
react-native-progress-button-master
----.travis.yml(53B)
----.eslintrc.yml(383B)
----index.js(93B)
----package.json(1KB)
----Example()
--------ios()
--------.babelrc(34B)
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(1KB)
--------package.json(514B)
--------app.json(51B)
--------package-lock.json(201KB)
--------src()
--------index.ios.js(237B)
--------.gitignore(793B)
--------App.js(7KB)
--------index.android.js(236B)
--------.buckconfig(114B)
--------.gitattributes(16B)
----screenshots()
--------react-progress-button-demo-android.gif(30.54MB)
--------react-native-progress-demo-ios.gif(27.88MB)
----LICENSE(1KB)
----package-lock.json(65KB)
----src()
--------ProgressButton.js(9KB)
----.npmignore(257B)
----.gitignore(20B)
----README.md(4KB)
----.jshintrc(20B)