naive-ui/demo/documentation/components/typography/enUS/index.md

45 lines
957 B
Markdown
Raw Normal View History

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
2020-01-30 21:03:34 +08:00
### Text Props
2020-01-27 21:44:31 +08:00
|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`||
2020-01-30 21:03:34 +08:00
### H1, H2, H3, H4, H5, H6 Props
2020-01-27 21:44:31 +08:00
|Name|Type|Default|Description|
|-|-|-|-|
|align-text|`boolean`|`false`||
|type|`'default' \| 'success' \| 'info' \| 'warning' \| 'error'`|`'default'`||
|prefix|`'bar'`|`null`||
2020-01-30 21:03:34 +08:00
### A Props
2020-01-27 21:44:31 +08:00
|Name|Type|Default|Description|
|-|-|-|-|
|to|`string`|`null`||
2020-01-30 21:03:34 +08:00
### Ul, Ol Props
2020-01-27 21:44:31 +08:00
|Name|Type|Default|Description|
|-|-|-|-|
|align-text|`boolean`|`false`||
2020-01-30 21:03:34 +08:00
### Blockquote Props
2020-01-27 21:44:31 +08:00
|Name|Type|Default|Description|
|-|-|-|-|
|align-text|`boolean`|`false`||