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.