MATERIAL-UI
React Komponenten für schnellere und einfachere Web-Entwicklung. Bauen Sie ihr eigenes Design-System oder starten Sie mit Material Design.
Erste SchritteEin schnelles Wort von unseren Sponsoren:Call-Em-All - The easy way to message your group
Installation
Installieren sie Material-UI via npm. Wir kümmern uns um das benötigte CSS.
$ npm install @material-ui/core
Laden Sie die Standard Roboto Schriftart.
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
Lesen Sie die Installationsschritte
Nutzung
Material-UI Komponenten funktionieren ohne zusätzliche Einrichtung und verändern keine Variablen im globalen Sichtbarkeitsbereich.
import React from 'react';
import Button from '@material-ui/core/Button';
const App = () => (
<Button variant="contained" color="primary">
Hello World
</Button>
);
Erkunden Sie die Dokumentation
Sponsoren von Material-UI
The continued development and maintenance of Material-UI is made possible by these generous sponsors:
Diamant 💎
3/3 Plätze verfügbar
Gold 🏆
Es gibt noch mehr!
See the full list of our sponsors, and learn how you can contribute to the future of Material-UI.
Praise for Material-UI
Here's what some of our users are saying.
Wer nutzt Material-UI?
Treten Sie dieser oder anderer großartiger Organisationen bei!
Nutzen Sie Material-UI?