Sha256: 8a7353fca864e9eb1e9b1f9cb59176238f71fd470ebdefb04daa42d131ba30aa
Contents?: true
Size: 1.03 KB
Versions: 1348
Compression:
Stored size: 1.03 KB
Contents
### Props | Name | Type | Description | Default | Values | | --- | ----------- | --------- | --------- | --------- | | **Background Color** | `Color` | Changes background color | `.card` | `Color` | | **Border** | `Bool` | Adds border around the Card | `true` | `true` `false` | | **Border Radius** | `CGFloat` | Specifies the roundness of the Card | `BorderRadius.medium` | `BorderRadius.none` `BorderRadius.xSmall` `BorderRadius.small` `BorderRadius.medium` `BorderRadius.large` `BorderRadius.xLarge` `BorderRadius.rounded` | | **Highlight** | `Highlight` | Adds a border accent color | `.none` | `Color` | | **Padding** | `CGFloat` | Applies padding between text and border | `Spacing.medium` | `Spacing.none` `Spacing.xxSmall` `Spacing.xSmall` `Spacing.small` `Spacing.medium` `Spacing.large` `Spacing.xLarge` | | **Style** | `PBCardStyle` | Specifies the color of the border | `.default` | `.default` `.selected` `.error` `.inline` | | **Shadow** | `Shadow` | Applies shadow | `nil` | `Shadow.deep` `Shadow.deeper` `Shadow.deepest` `Shadow.none` |
Version data entries
1,348 entries across 1,348 versions & 2 rubygems