react-native-material-buttons:材质按钮

时间:2021-02-03 08:03:04
【文件属性】:
文件名称:react-native-material-buttons:材质按钮
文件大小:174KB
文件格式:ZIP
更新时间:2021-02-03 08:03:04
react android ios react-native material React本机材料按钮 材质按钮在iOS和Android上具有一致的行为 产品特点 易于使用 iOS和Android上一致的外观 动画状态转换 触动波纹动画 纯JavaScript实现 安装 npm install --save react-native-material-buttons 用法 import React , { Component } from 'react' ; import { TextButton , RaisedTextButton } from 'react-native-material-buttons' ; class Example extends Component { _onPress = ( { id } ) => { console . log ( ` ${ id } pressed` ) ; } ; render ( ) { let payload = { id : 'button-1' } ; return ( < RaisedTextButton title = 'touch me' onP
【文件预览】:
react-native-material-buttons-master
----.gitignore(40B)
----.eslintrc(367B)
----package.json(879B)
----src()
--------components()
----license.txt(1KB)
----index.js(292B)
----example()
--------.gitignore(833B)
--------app.js(4KB)
--------.flowconfig(2KB)
--------package.json(509B)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------metro.config.js(300B)
--------ios()
--------index.js(35B)
--------.prettierrc.js(120B)
--------babel.config.js(77B)
--------.gitattributes(16B)
----readme.md(4KB)

网友评论