-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
priority: importantThis change can make a difference.This change can make a difference.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Milestone
Description
- This is not a v0.x issue.
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior 🤔
It will be super useful to have per-breakpoint align prop. E.g. alignSm, alignLg -- them will add an ability to make responsive designs with no tears 😢
Current Behavior 😯
It is required to manually change text align for Typography
Something like that:
alignCenterSm: {
[theme.breakpoints.down('sm')]: {
align: 'center'
}
}Examples 🌈
Smth similar is already implemented in vuetify -> https://vuetifyjs.com/ru/framework/alignment
oliviertassinari, shawnkoh, durdenx, oisinlavery, halimb and 6 more
Metadata
Metadata
Assignees
Labels
priority: importantThis change can make a difference.This change can make a difference.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.