@ly-js/ui
Version:
`@ly-js/ui` 是基于`vue3`常用库,会在`@ly-js/element`、`@ly-js/vant`中引入
44 lines • 756 B
JSON
{
"ly-icon": {
"description": "svg 图标",
"attributes": [
"type",
"v-click-outside",
"v-ripple",
"v-resize"
]
},
"ly-loading": {
"description": "loading component",
"attributes": [
"type",
"color",
"size",
"text-size",
"text-color",
"only-text",
"v-click-outside",
"v-ripple",
"v-resize"
]
},
"ly-fixed-container": {
"description": "fixed container auto ",
"attributes": [
"append-to-body",
"wrap-class",
"z-index",
"top",
"right",
"bottom",
"left",
"direction",
"width",
"height",
"placeholder",
"v-click-outside",
"v-ripple",
"v-resize"
]
}
}