Skip to content
This repository has been archived by the owner on May 27, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 490 Bytes

index.md

File metadata and controls

18 lines (14 loc) · 490 Bytes

API

nz-divider

Name Type Default Summary
nzTitle string, TemplateRef<any> 文本标题
nzType horizontal,vertical horizontal direction type of divider
nzDashed Boolean false whether line is dasded

DEMO

<nz-divider></nz-divider>
<nz-divider nzTitle="With Text"></nz-divider>
<nz-divider nzDashed></nz-divider>
<nz-divider nzType="vertical"></nz-divider>