Open In App

What is Material UI ?

Material UI is a popular React UI framework that provides pre-designed components following Google’s Material Design guidelines. It simplifies the process of creating sleek and responsive user interfaces by offering a library of customizable components.

Default Installation

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

The table below illustrates the Terms alongside their descriptions.

Term Description
@mui/material Package containing Material UI React components.
@emotion/react Required for styling components with Emotion.
@emotion/styled Required for styling components with Emotion.

Features

Article Tags :