跳转到内容

CssBaseline API

想要学习更多组件属性和 CSS API,可以查阅 React CssBaseline 组件的 API 文档。

导入

import CssBaseline from '@mui/material/CssBaseline';
// 或
import { CssBaseline } from '@mui/material';
You can learn about the difference by reading this guide on minimizing bundle size.

Kickstart an elegant, consistent, and simple baseline to build upon.

属性

原生(Native) 组件的属性也是可用的。

名称类型默认值描述
childrennode
You can wrap a node.
enableColorSchemeboolfalse
Enable color-scheme CSS property to use theme.palette.mode. For more details, check out https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme For browser support, check out https://caniuse.com/?search=color-scheme

组件无法持有 ref。

演示项目