@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
28 lines (27 loc) • 441 B
JavaScript
const props = {
color: String,
textColor: String,
title: String,
titlePosition: {
type: String,
default: "left"
},
elevation: {
type: [Boolean, String, Number],
default: true
},
round: Boolean,
image: String,
imageLinearGradient: String,
safeAreaTop: Boolean,
border: Boolean,
zIndex: {
type: [Number, String],
default: 1
},
fixed: Boolean,
placeholder: Boolean
};
export {
props
};