文件名称:rn-fast-classname:使用js中CSS使用条件样式的快速助手
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-14 02:14:01
JavaScript
rn-fast-classname 使用js中CSS使用条件样式的快速助手 如何使用 要安装,只需运行yarn add rn-fast-classname或npm install -s rn-fast-classname 。 然后: import getClass from 'rn-fast-className' const styles = { container : { backgroundColor : 'red' } , containerFull : { flex : 1 } , } ; //...then in the render render ( ) { const containerStyles = getClass ( styles , { container : true , containerFull :
【文件预览】:
rn-fast-classname-main
----index.spec.js(788B)
----README.md(915B)
----.gitignore(21B)
----index.js(300B)
----package-lock.json(173KB)
----package.json(737B)