Center
import { Center } from "zmp-ui";
Dùng để căn giữa phần tử theo chiều ngang.
- Hướng dẫn sử dụng
- Tiêu chuẩn thiết kế
Ví dụ
Bảng thuộc tính
| Property | Type | Required | Description |
|---|---|---|---|
| max | string | No | The maximum width of the centered element (default: var(--measure)) |
| andText | boolean | No | Center align the text too (default: false) |
| gutters | string | No | The minimum space on either side of the content (default: null) |
| intrinsic | boolean | No | Center child elements based on their content width (default: false) |
| children | React.ReactNode | No | ReactNode |