I'm learning Vuetify, coming from Bootstrap. I got to dialogs and got them working nicely.
However, in the docs, it says width or max-width props also take strings.
I tried and it seems css width measurements work: both numbers (px) worked and percentages too. Didn't go further because I stopped at this logical "measurement" I'm used to from Bootstrap: I'd like to set the dialog to be "small" or "large", as in Bootstrap.
I have found that width also takes "unset" as parameter, but I couldn't find any documentation on what other constants it takes.
So, are there any "large" , "small" equivalents? Or documentation showing the possibilities?