vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Documentation] Incomplete for v-card `rounded` prop

Open thany opened this issue 3 years ago • 1 comments

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.

thany avatar Oct 28 '22 10:10 thany

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?

thany avatar Oct 28 '22 11:10 thany