【问题标题】:How to create <h1/> element that uses React Material User Interface theme?如何创建使用 React Material 用户界面主题的 <h1/> 元素?
【发布时间】:2019-03-14 17:50:35
【问题描述】:

我已将主题设置为 dark,并希望有一个 h1 元素使用该主题。这是怎么做到的?

以下不起作用:

<MuiThemeProvider theme={theme}>
  <h1>Page Title</h1>
...

以下工作但发出警告:

<MuiThemeProvider theme={theme}>
  <DialogTitle><h1>Page Title</h1></DialogTitle>

【问题讨论】:

    标签: html css reactjs material-ui


    【解决方案1】:
    <MuiThemeProvider theme={theme}>
      <Typography variant="h1">Page Title</Typography>
    ...
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-03-08
      • 1970-01-01
      • 2013-11-21
      • 2022-12-11
      相关资源
      最近更新 更多