app/pb_kits/playbook/pb_date_stacked/docs/_date_stacked_props_swift
Props
| Name | Type | Description | Default | Values |
|---|---|---|---|---|
| alignment | HorizontalAlignment |
Changes the alignment of the date | .leading |
.leading .trailing |
| dateSize | PBFont |
Sets the size of the date | .body |
.subcaption .caption .body |
| isReversed | Bool |
Boolean value that determines whether or not the month and date are reversed. | false |
true false |
| isMonthStacked | Bool |
Boolean value that determines whether or not the month is stacked | false |
true false |
| isStandardStacked | Bool |
Boolean value that determines whether or not the standard date variant is stacked. | false |
true false |
| isYearBold | Bool |
Boolean value that determines whether or not the the year is bold | false |
true false |
| isMonthBold | Bool |
Boolean value that determines whether or not the month is bold. | false |
true false |