mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
26 lines
664 B
Markdown
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|`()`|| |