Open edwardzjl opened 1 year ago
Also it does not offer Dialog out of the box, I will need to customize one using Modal
I have collected the MUI components this project currently relied on as follows:
@mui/material/Alert
@mui/material/Avatar
@mui/material/Input
@mui/material/Snackbar
@mui/material/Tooltip
I removed the dependency on @mui/material/Input
Meanwhile I find there's another dependency on @mui/base/ClickAwayListener
Also it does not offer Dialog out of the box, I will need to customize one using Modal
I implemented dialog in plain html and js, so this is not required any more.
ClickAwayListener
This is also removed.
Currently Chatbot utilizes Material UI for its user interface, which offers a robust set of styling features. However, it tends to exert a high degree of influence over the styling, making it challenging to achieve precise control through CSS.
Base UI might be a good alternative, although it's worth noting that it is currently in beta.