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
Name | Type | Default | Description |
---|---|---|---|
andText | boolean | false | Center align the text too |
children | React.ReactNode | ReactNode | |
gutters | string | null | The minimum space on either side of the content |
intrinsic | boolean | false | Center child elements based on their content width |
max | string | var(--measure) | The maximum width of the centered element |