我一直在使用物质UI组件来创建我自己的自定义可重用组件包。下面是一个位于包中的自定义组件的示例,只是为了演示目的:import {makeStyles, ThemeProvider} from '@material-ui/core/styles';
import Button from '@material-ui/core/Button
我想问一下,有什么方法可以在react Native中使用React组件(@material-ui/core)吗?当我在React Native项目中使用@material-ui/core组件时,App keep崩溃了,因为它找不到像div、p和span这样的元素。谢谢import {AppRegistry} from 'react-native';
import Dem
我构建了一个react+flask应用程序,我想使用Material-UI我测试了按钮,它可以工作,我需要一个数据网格,一个表格,然后我得到这个错误:Module not found: Can't resolve '@material-ui/data-grid' in 'C:\spvreact\react-flask-app\src'Uncaught