naive-ui/demo/documentation/components/thing/enUS/index.md
2020-01-29 16:56:40 +08:00

26 lines
664 B
Markdown

# Thing
When you want to describe a thing, use thing. If you find it doesn't fit you demand, write one by yourself.
I wish there is a way to build all kinds of frequently used layout inside a component. It takes me some time to figure out that the component already exist, the brower itself.
## Demos
```demo
basic
indent
```
## Props
|Name|Type|Default|Description|
|-|-|-|-|
|title|`string`|`null`||
|title-extra|`string`|`null`||
|description|`string`|`null`||
|content|`string`|`null`||
|content-indented|`boolean`|`false`||
## Slots
|Name|Parameters|Description|
|-|-|-|
|header|`()`||
|header-extra|`()`||
|description|`()`||
|default|`()`||
|action|`()`||