Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 465 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 465 Bytes

Usage of select and dialog components of MUI

It is an action button that lists options and allow you to choose. MUI Select component was used for it. The select component was stylized by using "ThemeProvider".

There are Dialog components of MUI. They were used for the functionality of the options and warnings. Second dialog component confirm the action.

In this example, setting the when dialogs closed was one of the difficulties. It was solved using hooks.