mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.5k stars 32.17k forks source link

[Typography] Responsive typography variants #37741

Open salicius opened 1 year ago

salicius commented 1 year ago

Duplicates

Latest version

Summary 💡

implement breakpoints to use responsive values with typography component, like:

variant={{ xs: "h6", md: "h5" }}

Examples 🌈

<Typography variant={{ xs: "h6", md: "h5" }} >
    My outstanding text
</Typography>

Motivation 🔦

No response

ZeeshanTamboli commented 1 year ago

@salicius Would you mind sharing your use case for such a feature? I'm including a "waiting for upvotes" label to gauge community interest.

issam-seghir commented 10 months ago

39864