app/pb_kits/playbook/pb_button/docs/_button_props_swift
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 | {} |