This kit can be used to display the address for a homeowner/project. It contains street address, APT format, City, state and zip. A Project hashtag can be used as a prop to link back to a project.
PBHomeAddressStreet(
address: "70 Prospect Ave",
withBullet: true,
houseStyle: "Colonial",
addressCont: "Apt M18",
city: "West Chester",
homeId: "8250263",
homeUrl: "https://powerhrg.com/",
state: "PA",
territory: "PHL",
zipcode: "19382"
)
Spacer(minLength: Spacing.medium)
PBHomeAddressStreet(
address: "70 Prospect Ave",
withBullet: true,
houseStyle: "Colonial",
addressCont: "Apt M18",
city: "West Chester",
homeId: "8250263",
homeUrl: "https://powerhrg.com/",
state: "PA",
territory: "PHL",
zipcode: "19382",
emphasize: .city
)
| Name | Type | Description | Default | Values |
|---|---|---|---|---|
| address | String |
Sets the address | ||
| withBullet | Bool |
Adds a bullet after the address | false |
false true |
| houseStyle | String |
Sets the house style | nil |
|
| addressCont | String |
Sets additional address text | nil |
|
| city | String |
Sets the city | ||
| homeId | String |
Sets the home ID | nil |
|
| homeUrl | String |
Adds a URL to the homeID | nil |
|
| state | String |
Sets the state | ||
| territory | String |
Sets the territory | ||
| zipcode | String |
Sets the zipcode | ||
| emphasize | Emphasize |
Changes text to bold | .address |
.address .city .cityWithZipcode |