Typography
Cú pháp
<zmp-text>, <zmp-title>
Typography bao gồm các components giúp hiển thị văn bản, tiêu đề.
Properties
Text properties
| Prop | Type | Default | Description |
|---|---|---|---|
| class-name | string | Thêm css class cho element | |
| style | Vue.CSSProperties | Thêm inline style cho element | |
| size | string | 'normal' | Kích thước của text với font size - line hieght:
|
| bold | boolean | false | |
| font-size | number | Font size cho element theo px | |
| no-space | boolean | Loại bỏ khoảng cách giữa các element, mặc định margin-bottom 8px |
Title properties
| Prop | Type | Default | Description |
|---|---|---|---|
| class-name | string | Thêm css class cho element | |
| style | Vue.CSSProperties | Thêm inline style cho element | |
| size | string | 'normal' | Kích thước tiêu đề với font size - line hieght:
|
| bold | boolean | false | In đậm nội dung |
| text-align | string | Căn lề cho tiêu đề:
| |
| no-space | boolean | Loại bỏ khoảng cách giữa các element, mặc định margin-bottom 8px |
Ví dụ
Code demo fallback when rendering server side!