Typography排版

文本的基本格式。

何时使用#

  • 当需要展示标题、段落、列表内容时使用,如文章/博客/日志的文本样式。
  • 当需要一列基于文本的基础操作时,如拷贝/省略/可编辑。
import { NzTypographyModule } from 'ng-zorro-antd/typography';

代码演示

Introduction

In the process of internal desktop applications development, many different design specs and implementations would be involved, which might cause designers and developers difficulties and duplication and reduce the efficiency of development.

After massive project practice and summaries, Ant Design, a design language for backgroundapplications, is refined by Ant UED Team, which aims to uniform the user interface specs for internal background projects, lower the unnecessary cost of design differences and implementation and liberate the resources ofdesign and front-end development .

Guidelines and Resources

We supply a series of design principles, practical patterns and high quality design resources ( Sketch and Axure ), to help people create their product prototypes beautifully and efficiently.

Press Esc to exist...

介绍

蚂蚁的企业级产品是一个庞大且复杂的体系。这类产品不仅量级巨大且功能复杂,而且变动和并发频繁,常常需要设计与开发能够快速的做出响应。 同时这类产品中有存在很多类似的页面以及组件,可以通过抽象得到一些稳定且高复用性的内容。

随着商业化的趋势,越来越多的企业级产品对更好的用户体验有了进一步的要求。带着这样的一个终极目标,我们(蚂蚁金服体验技术部) 经过大量的项目实践和总结,逐步打磨出一个服务于企业级产品的设计体系 Ant Design。 基于 『确定』和『自然』 的设计价值观,通过模块化的解决方案,降低冗余的生产成本, 让设计者专注于 更好的用户体验

设计资源

我们提供完善的设计原则、最佳实践和设计资源文件 ( Sketch Axure ),来帮助业务快速设计出高质 量的产品原型。

Esc 键退出阅读……

展示文档样例。

expand codeexpand code
加载中

h1. Ant Design

h2. Ant Design

h3. Ant Design

h4. Ant Design

h5. Ant Design

展示不同级别的标题。

expand codeexpand code
加载中

This is an editable text.

Custom edit icon and tooltip text.

Hide edit tooltip.

This is a copyable text.

Replace copy text.

Custom copy icons and tooltips text.

Hide copy tooltips.

提供可编辑和可复制等额外的交互能力。

expand codeexpand code
加载中
Ant Design (default) Ant Design (secondary) Ant Design (success) Ant Design (warning) Ant Design (danger) Ant Design (disabled) Ant Design (mark) Ant Design (code) Ant Design (keyboard) Ant Design (underline) Ant Design (delete) Ant Design (strong) Ant Design

内置不同样式的文本。

expand codeexpand code
加载中

...


Ant Design, a design language for background applications, is refined by Ant UED Team. Ant Design, a design language for background applications, is refined by Ant UED Team. Ant Design, a design language for background applications, is refined by Ant UED Team. Ant Design, a design language for background applications, is refined by Ant UED Team. Ant Design, a design language for background applications, is refined by Ant UED Team. Ant Design


... 展开


...

多行文本省略。

expand codeexpand code
加载中

...--William Shakespeare 展开

添加后缀的省略。

expand codeexpand code
加载中

API#

[nz-typography]#

参数说明类型默认值全局配置
[nzContent]组件内容string-
[nzCopyable]是否可拷贝,需要配合 [nzContent] 使用booleanfalse
[nzEditable]是否可编辑,需要配合 [nzContent] 使用booleanfalse
[nzCopyIcons]自定义拷贝图标[string | TemplateRef<void>, string | TemplateRef<void>]['copy', 'check']
[nzCopyTooltips]自定义提示文案,为 null 时隐藏文案null | [string | TemplateRef<void>, string | TemplateRef<void>]-
[nzEditIcon]自定义编辑图标string | TemplateRef<void>'edit'
[nzEditTooltip]自定义提示文案,为 null 时隐藏文案null | string | TemplateRef<void>-
[nzEllipsis]自动溢出省略,动态内容时需要配合 [nzContent] 使用booleanfalse
[nzExpandable]自动溢出省略时是否可展开booleanfalse
[nzSuffix]自动溢出省略时的文本后缀string-
[nzCopyText]自定义被拷贝的文本string-
[nzDisabled]禁用文本booleanfalse
[nzEllipsisRows]自动溢出省略时省略行数number1
[nzType]文本类型'secondary' | 'warning' | 'danger' | 'success'-
(nzContentChange)当用户提交编辑内容时触发EventEmitter<string>-
(nzExpandChange)展开省略文本时触发EventEmitter<void>-
(nzOnEllipsis)当省略状态变化时触发EventEmitter<boolean>-