-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Feature Request] MD3 blueprint #20454
Comments
If I understand correctly you suggest we follow M3 color scheme:
Some of these can be achieved today in any project using Vuetify - just add Edit: There is already a project that generates theme configuration from a single primary color: Zorf87/vuetify-m3-theme-builder. It could be interesting to consider integration:
|
I got pretty close to the reference colors - MD3 Palette Playground The question is... assuming it is all built-in Vuetify... what do we gain? Edit: Integrating MD3 theme builder would open a way to auto-generate high contrast theme and potentially helping users comply with "European accessibility act". This is what I got from JSON export on material-theme-builder: It's just impossible to lookup where did it come from - website repository contains only compiled WASM :( |
@J-Sek I think you did a amazing job on this playground. The only regard I have is not being able to set multiple colors. So you can never add a "secondary" color, Currently I am working on a sort of plugin kind of picker, that you can drop inside any js framework. Therefor I need to leave out Vuetify, it does not bundle well when inside a shadowDom (I want it to work inside vuetify as well, but then it overrides the global Vuetifty) I am really struggling on what to put in and leave out to make it easy for "dumber" users to use and see what things do, but I am not getting far with this. I am no designer but this is what I have right now using Material Web Components. |
Problem to solve
Since Material Design 3 has been release in 2021. I think it would be a good time to map all styles of MD3 to vuetify to follow the trend. Every changes and specs are on the website(https://m3.material.io/). The color theme is the biggest changes
Proposed solution
I know that you want to improve the styling of vuetify and since vuetify follow material design it could be a good start to support md2 and md3.
The text was updated successfully, but these errors were encountered: