-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invest migrating to Base-UI #27
Comments
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:
|
I removed the dependency on |
Meanwhile I find there's another dependency on |
I implemented dialog in plain html and js, so this is not required any more. |
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.
The text was updated successfully, but these errors were encountered: