Sha256: e0455110db83adb2d4ef6ebce7d6c615c73b01be2989c373b81ee99da22b1590
Contents?: true
Size: 992 Bytes
Versions: 1056
Compression:
Stored size: 992 Bytes
Contents
### Props | Name | Type | Description | Default | Values | | --- | ----------- | --------- | --------- | --------- | | **startDate** | `Date()` | Takes a string value to set the starting date range value | `Date()` | | | **endDate** | `Date()` | Takes a string value to set the ending date range value | `Date()` | | | **startAlignment** | `Alignment` | Changes the alignment of the starting date | `.leading` | `.leading` `.trailing` | | **endAlignment** | `Alignment` | Changes the alignment of the ending date | `.leading` | `.leading` `.trailing` | | **startVariant** | `PBDate.Variant` | Changes the style of the starting date | `.short(showIcon: false)` | `.short(showIcon: false)` `.dayDate` `.standard` `.withIcon(isStandard: true)` `withIcon(isStandard: false)` | | **endVariant** | `PBDate.Variant` | Changes the style of the ending date | `.short(showIcon: false)` | `.short(showIcon: false)` `.dayDate` `.standard` `.withIcon(isStandard: true)` `withIcon(isStandard: false)` |
Version data entries
1,056 entries across 1,056 versions & 2 rubygems