mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
699 B
699 B
东西 Thing
当你想要描述一个东西,使用 Thing。如果你觉得这个组件不能满足你的需求,可以自己写一个。
我其实很想把所有常用的布局都装到一个组件里,我想了很久,感觉这个组件确实已经存在了,那就是浏览器本身。
演示
basic
indent
Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
theme | 'light' | 'dark' |
null |
|
title | string |
null |
|
title-extra | string |
null |
|
description | string |
null |
|
content | string |
null |
|
content-indented | boolean |
false |
Slots
名称 | 参数 | 说明 |
---|---|---|
header | () |
|
header-extra | () |
|
description | () |
|
default | () |
|
action | () |