Material 3 for Angular 17 #5607
Replies: 3 comments 8 replies
-
Angular projects use Angular Material. Google recommends this direction. Sadly, it is buried in announcements and other communications, but use that. Material Web is focused on other frameworks like React and Vue. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Just to double check, If I wanted to use Angular Material I use: "@angular/material": "^17.3.1", But If I wanted to use Material 3, I use: "@material/web": "^1.4.1", What's the difference between: "@material/web": "^1.4.1", I'm guessing, for Angular, this is better: "@angular/material": "^17.3.1", particularly |
Beta Was this translation helpful? Give feedback.
-
If you are using Angular, use Angular Material period. |
Beta Was this translation helpful? Give feedback.
-
Hi I'm a bit confused, but where is the official Material 3 components website, for the web for use in Angular 17.
Is there a ShadCN equivalent coming to Angular (like: https://ui.shadcn.com/docs/components/navigation-menu), with good documentation like this: https://material.angular.io/components/categories.
All I see is https://material.angular.io/guide/material-3 which is mostly about theming.
There is nothing here (https://material-web.dev/components/checkbox/) that explains how to use the Material 3 checkbox (md-checkbox in Angular), rather than the older (mat-checkbox). When I do this,
import {MdCheckbox} from '@material/web/checkbox/checkbox.js', Angular doesn' allow me to import the component, saying, Class MdCheckbox cannot be imported (neither an Angular module nor a standalone declarable)
Any pointers would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions