Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 451 Bytes

Material-ui.md

File metadata and controls

34 lines (22 loc) · 451 Bytes

Material-UI

A popular React UI framwork

Info for v5 of mui 🎉

Installation

Core mui

npm install @mui/material@next @emotion/react @emotion/styled

# or with yarn
yarn add @mui/material@next @emotion/react @emotion/styled

Icons

// with npm
npm install @mui/icons-material@next

// with yarn
yarn add @mui/icons-material@next

Components

Box

import { Box } from "@mui/material";