来自我们的赞助商的一个简短概括:DoiT - Management Platform for Google Cloud and AWS
安装
您可以通过 npm 安装 Material-UI 的源码。我们会负责引入样式。
$ npm install @material-ui/core@next @emotion/react @emotion/styled
加载默认的 Roboto 字体。
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
阅读安装文档
使用
Material-UI 组件无需任何额外的设置即可使用,并且不会影响全局变量。
import * as React from 'react';
import { Button } from '@material-ui/core';
function App() {
return <Button>Hello World</Button>;
}
探索文档
Material-UI 的赞助商
这些赞助商的慷慨相助使 Material-UI 的持续开发和维护成为可能:
钻石级 💎
2/3 个位置可用
黄金级 🏆
还有更多的赞助商!
请查看 我们赞助者 的完整列表,来了解您如何参与到 Material-UI 的未来发展。
给 Material-UI 点赞
以下是一些我们用户的看法。