UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

25 lines (24 loc) 338 B
const props = { type: { type: String, default: "default" }, size: { type: String, default: "normal" }, color: String, textColor: String, mode: { type: String, default: "normal" }, elevation: { type: [Boolean, Number, String], default: true }, vertical: Boolean }; export { props };