ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
60 lines (59 loc) • 846 B
JavaScript
const e = {
value: {
type: String,
default: ""
},
/**
* @description text type
*/
type: {
type: String,
values: ["primary", "success", "info", "warning", "danger", ""],
default: ""
},
/**
* @description text size
*/
size: {
type: String,
default: ""
},
/**
* @description render ellipsis
*/
truncated: {
type: Boolean
},
/**
* @description custom element tag
*/
tag: {
type: String,
default: "span"
},
tooltip: {
type: [Boolean, Object],
default: () => ({})
},
height: {
type: Number
},
lines: {
type: Number
},
length: {
type: Number
},
fullWidthRecognition: {
type: Boolean,
default: !1
},
text: {
type: String,
default: ""
}
};
export {
e as textProps
};
//# sourceMappingURL=text.mjs.map