materialuiupgraded
Version:
Material-UI's workspace package
30 lines (18 loc) • 874 B
Markdown
filename: /packages/material-ui/src/CssBaseline/CssBaseline.js
title: CssBaseline API
<!--- This documentation is automatically generated, do not try to edit it. -->
# CssBaseline
<p class="description">The API documentation of the CssBaseline React component. Learn more about the properties and the CSS customization points.</p>
```js
import CssBaseline from '@material-ui/core/CssBaseline';
```
Kickstart an elegant, consistent, and simple baseline to build upon.
## Props
| Name | Type | Default | Description |
|:-----|:-----|:--------|:------------|
| <span class="prop-name">children</span> | <span class="prop-type">node | <span class="prop-default">null</span> | You can wrap a node. |
Any other properties supplied will be spread to the root element (native element).
## Demos
- [Css Baseline](/style/css-baseline/)