@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
24 lines (23 loc) • 317 B
JavaScript
const props = {
size: {
type: [String, Number, Array],
default: "normal"
},
wrap: {
type: Boolean,
default: true
},
direction: {
type: String,
default: "row"
},
justify: {
type: String,
default: "flex-start"
},
align: String,
inline: Boolean
};
export {
props
};