2019-12-20 16:53:59 +08:00
|
|
|
# Typography
|
|
|
|
|
|
|
|
Naive UI provides some basic styling for common HTML tags. It also provides some components to render text better.
|
|
|
|
|
2020-01-27 21:44:31 +08:00
|
|
|
Layout is a kind of art.
|
|
|
|
|
2019-12-20 16:53:59 +08:00
|
|
|
## Demos
|
|
|
|
```demo
|
2019-12-21 21:31:48 +08:00
|
|
|
header
|
|
|
|
tags
|
2019-12-31 17:16:51 +08:00
|
|
|
text
|
|
|
|
```
|
2020-01-27 21:44:31 +08:00
|
|
|
|
|
|
|
## Props
|
|
|
|
### Text
|
|
|
|
|Name|Type|Default|Description|
|
|
|
|
|-|-|-|-|
|
|
|
|
|type|`'default' \| 'success' \| 'info' \| 'warning' \| 'error'`|`'default'`||
|
|
|
|
|strong|`boolean`|`false`||
|
|
|
|
|italic|`boolean`|`false`||
|
|
|
|
|underline|`boolean`|`false`||
|
|
|
|
|delete|`boolean`|`false`||
|
|
|
|
|code|`boolean`|`false`||
|
|
|
|
|
|
|
|
### H1, H2, H3, H4, H5, H6
|
|
|
|
|Name|Type|Default|Description|
|
|
|
|
|-|-|-|-|
|
|
|
|
|align-text|`boolean`|`false`||
|
|
|
|
|type|`'default' \| 'success' \| 'info' \| 'warning' \| 'error'`|`'default'`||
|
|
|
|
|prefix|`'bar'`|`null`||
|
|
|
|
|
|
|
|
### A
|
|
|
|
|Name|Type|Default|Description|
|
|
|
|
|-|-|-|-|
|
|
|
|
|to|`string`|`null`||
|
|
|
|
|
|
|
|
### Ul, Ol
|
|
|
|
|Name|Type|Default|Description|
|
|
|
|
|-|-|-|-|
|
|
|
|
|align-text|`boolean`|`false`||
|
|
|
|
|
|
|
|
### Blockquote
|
|
|
|
|Name|Type|Default|Description|
|
|
|
|
|-|-|-|-|
|
|
|
|
|align-text|`boolean`|`false`||
|