跳转到内容
Ctrl+K

Paper 纸张组件

在 Material Design 中,我们在屏幕上展现了纸张的物理属性。

The background of an application resembles the flat, opaque texture of a sheet of paper, and an application's behavior mimics paper's ability to be re-sized, shuffled, and bound together in multiple sheets.

基础的纸张组件

<Paper elevation={0} />
<Paper />
<Paper elevation={3} />

变体

如果你想要一个轮廓的曲面,你可以使用 variant 属性。

<Paper variant="outlined" />
<Paper variant="outlined" square />

Card 卡片
这个页面是否有用?
Alert 警告提示
感谢您的反馈 !

请让我们知道我们可以做些什么来改善这个页面。