Sha256: f69cd637f23ed71885ed75f1b6efdbb57b47ce6e441674e99af2de46a1ce8e8e
Contents?: true
Size: 813 Bytes
Versions: 86
Compression:
Stored size: 813 Bytes
Contents
### Props | Name | Type | Description | Default | Values | | --- | ----------- | --------- | --------- | --------- | | **Full Width** | `Bool` | Sets Button to full width | `false` | `true` `false` | | **Variant** | `PBButtonVariant` | Changes the color of the Button | ` .primary` | `.primary` `.secondary` `.link` `.disabled` | | **Size** | `Size` | Adjusts Button size | `.medium` | `.small` `.medium` `.large` | | **Shape** | `Shape` | Changes the shape of the Button | `.primary` | `.primary` `.circle` | | **Title** | `String` | Sets Button text | `nil` | | | **Icon** | `PBIcon` | Adds an icon to the Button | `nil` | | | **Icon Position** | `IconPosition` | Adjusts the icon's position | `.left` | `.left` `.right` | | **Action** | `(() -> Void)` | Adds an action for the Button to perform | `{}` | |
Version data entries
86 entries across 86 versions & 2 rubygems