nly-adminlte-vue
Version:
nly adminlte3 components
25 lines • 488 B
JSON
{
"name": "@nly-adminlte-vue/container",
"version": "1.0.0",
"meta": {
"title": "Container",
"subtitle": "布局容器",
"description": "一个提供了宽度的居中布局容器",
"components": [
{
"component": "NlyContainer",
"description": "容器",
"props": [
{
"prop": "fluid",
"description": "100%宽度"
},
{
"prop": "containerClass",
"description": "自定义css"
}
]
}
]
}
}