You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Specifies how an image should be scaled within the container.
* Can be one of `'centerInside'`, `'contain'`, or `'fitXY'`.
*/
scaleType: {
type:String,
default:'centerInside', // needs to be duplicated rather than using ScaleTypes.CENTER_INSIDE, otherwise it doesn't render correctly in the auto-generated Props documentation
validator: isValidScaleType,
},
The text was updated successfully, but these errors were encountered:
Summary
This is one of the follow-ups to #625
layout
andthumbnailDisplay
prop valuesKCard
throws an error when an invalid value is passed.Guidance
You can see an example in
KImg
:kolibri-design-system/lib/KImg/index.vue
Lines 56 to 60 in 6a6865f
kolibri-design-system/lib/KImg/index.vue
Lines 56 to 60 in 6a6865f
kolibri-design-system/lib/KImg/index.vue
Lines 124 to 132 in 6a6865f
The text was updated successfully, but these errors were encountered: