naive-ui/demo/documentation/components/typography/zhCN/text.md
2020-02-19 12:35:47 +08:00

627 B

文本

用不同类型的文本展示各种信息。

<n-text type="info">Info</n-text>
<n-text type="success">Success</n-text>
<n-text type="warning">Warning</n-text>
<n-text type="error">Error</n-text>
<n-text strong>Strong</n-text>
<n-text italic>Italic</n-text>
<n-text underline>Underline</n-text>
<n-text delete>Delete</n-text>
<n-text code>Code</n-text>
<n-text code delete>Code</n-text>
<n-text depth="primary">Primary Depth</n-text>
<n-text depth="secondary">Secondary Depth</n-text>
<n-text depth="tertiary">Tertiary Depth</n-text>
.n-text {
  display: inline-block;
  margin: 0 8px 12px 0;
}