creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
https://material-tailwind.com/
MIT License
3.75k stars 321 forks source link

Lower case text for buttons ? #532

Closed bp289 closed 9 months ago

bp289 commented 9 months ago

Is there a way to make the text on buttons lower case? In the documentation all examples show the text being in upper case. image

don-esteban commented 9 months ago

Simply use Tailwind utilities.

bp289 commented 9 months ago

Ended up going with that in the end, Thanks!

boompikachu commented 8 months ago

what if I want both upper and lower case? For example Click Me!

bp289 commented 8 months ago

what if I want both upper and lower case? For example Click Me!

I think it should work with tailwinds "capitalize" ?

e.g: <Button className="capitalize">Click Me!</Button>