Skip to content
On this page

Text 文本

基本使用

template
<c-text text="文本内容" />
<c-text>文本内容</text> <!-- 不推荐写法。h5 正常,其它端有兼容问题。 -->
<c-text c="h1" text="文本内容" />
<c-text c="h2" text="文本内容" />
<c-text c="h3" text="文本内容" />
<c-text c="h4" text="文本内容" />
<c-text c="h5" text="文本内容" />
<c-text c="h6" text="文本内容" />

颜色

template
<c-text color="primary" text="文本内容" />
<c-text color="error" text="文本内容" />
<c-text color="success" text="文本内容" />
<c-text color="warning" text="文本内容" />
<c-text color="info" text="文本内容" />
<c-text color="#7546c9" text="文本内容" />

大小

template
<c-text size="s" text="S 文本" />
<c-text size="m" text="M 文本" />
<c-text size="l" text="L 文本" />
<c-text size="100" text="100 文本" />

API

Text Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsTextPropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
textanyundefined显示文字
colorstringmain字体颜色。 使用说明
sizestring | numberm字体大小。 使用说明
strongbooleanfalse是否粗体
italicbooleanfalse是否斜体
underlinebooleanfalse是否显示下划线
delbooleanfalse是否显示删除线
linesnumber | stringundefined限制行数。内容超出显示省略号