[Documentation] Incomplete for v-card `rounded` prop
Environment
Browsers: Firefox 106.0 OS: Windows 10
Steps to reproduce
N/A
Expected Behavior
It is explained what is expected when supplying a string.
Actual Behavior
It just says you can pass a string, and links to a page that only contains an explanation of roundy corner classes, not the prop.
Reproduction Link
https://vuetifyjs.com/en/api/v-card/#props
Other comments
There are loads of other props that can accept a string, where the documentation fails to explain what those string may contain, neither does Vuetify provide any proptype validation at runtime for these.
Another example where the explanation of a string prop breaks, is color for v-btn.
In the examples I can cobble together error, success, primary, etc. But this is never explained, neither in the props for v-btn, nor in the color page that it links to. In the latter, the word success doesn't appear at all so where is this string being magiced up from?