material-ui
npm install @material-ui/icons
material ui react
// Get the core
npm install @material-ui/core
// Those fancy SVG icons
npm install @material-ui/icons
// Roboto is the font Material-UI is based around, ofc you can omit this
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
// Font Icons
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
material ui
$ npm install @material-ui/core
import React from 'react';
import { Button } from '@material-ui/core';
export default function App() {
return <Button variant="contained" color="primary">Hello World</Button>
}
material-ui
yarn add @material-ui/core
npm install @material-ui/core
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us