在哪里可以找到react js支持的所有样式属性列表?

问题描述

类似https://github.com/vhpoet/react-native-styling-cheat-sheet

如果所有内容都具有属性,而不仅仅是样式,则为奖励。以及其他类似的东西都会有所帮助。谢谢

解决方法

CSS示例:

background-color: '#ffffff';

在React.js中:

style={{ backgroundColor: '#ffffff' }}

React.js使用CSS规则,因此您只能在CSS中找到 CSS Cheat sheet

Another document

,

[这是为了响应本地需求]

是的,在react native文档中,您可以找到组件的所有可用样式属性

链接:https://reactnative.dev/docs/text-style-propshttps://reactnative.dev/docs/view-style-props