naive-ui/demo/documentation/components/thing/zhCN/index.md

27 lines
699 B
Markdown
Raw Normal View History

2020-02-04 11:00:38 +08:00
# 东西 Thing
当你想要描述一个东西,使用 Thing。如果你觉得这个组件不能满足你的需求可以自己写一个。
2020-02-18 19:24:45 +08:00
我其实很想把所有常用的布局都装到一个组件里,我想了很久,感觉这个组件确实已经存在了,那就是浏览器本身。
2020-02-04 11:00:38 +08:00
## 演示
```demo
basic
indent
```
## Props
2020-02-07 23:40:07 +08:00
|名称|类型|默认值|说明|
2020-02-04 11:00:38 +08:00
|-|-|-|-|
2020-03-19 20:08:08 +08:00
|theme|`'light' \| 'dark'`|`null`||
2020-02-04 11:00:38 +08:00
|title|`string`|`null`||
|title-extra|`string`|`null`||
|description|`string`|`null`||
|content|`string`|`null`||
|content-indented|`boolean`|`false`||
## Slots
2020-02-07 23:40:07 +08:00
|名称|参数|说明|
2020-02-04 11:00:38 +08:00
|-|-|-|
|header|`()`||
|header-extra|`()`||
|description|`()`||
|default|`()`||
|action|`()`||