CssBaseline API
想要学习更多组件属性和 CSS API,可以查阅 React CssBaseline 组件的 API 文档。
导入
import CssBaseline from '@mui/material/CssBaseline';
// 或
import { CssBaseline } from '@mui/material';
Kickstart an elegant, consistent, and simple baseline to build upon.
属性
原生(Native) 组件的属性也是可用的。
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
children | node | You can wrap a node. | |
enableColorScheme | bool | false | 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。