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

1.5 KiB
Raw Blame History

排印 Typography

Naive UI 提供了常用 HTML 标签的一些基本样式,以及对文本渲染提供帮助的组件。

排印是一门艺术。

演示

header
tags
text

Props

全部排版组件

名称 类型 默认值 说明
theme 'light' | 'dark' null

Text Props

名称 类型 默认值 说明
type 'default' | 'success' | 'info' | 'warning' | 'error' 'default'
strong boolean false
italic boolean false
underline boolean false
delete boolean false
code boolean false
depth 'primary' | 'secondary' | 'tertiary' null
as string null 需要被渲染为什么标签,在 codedel 设定的情况下不生效

P Props

名称 类型 默认值 说明
depth 'primary' | 'secondary' | 'tertiary' null

H1, H2, H3, H4, H5, H6 Props

名称 类型 默认值 说明
align-text boolean false
type 'default' | 'success' | 'info' | 'warning' | 'error' 'default'
prefix 'bar' null

A Props

名称 类型 默认值 说明
to string null 如果设定了 to propa 会被渲染为一个 Vue Router 的 router-link 标签。确保你想用的不是 href 属性

Ul, Ol Props

名称 类型 默认值 说明
align-text boolean false

Blockquote Props

名称 类型 默认值 说明
align-text boolean false

Slots

全部排版组件

名称 参数 说明
default ()