Home Address Street

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.

Default

home-address-street-default


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"
)

Emphasis

home-address-street-emphasis


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
)

Modified

home-address-street-modified


PBHomeAddressStreet(
  address: "70 Prospect Ave",
  city: "West Chester",
  state: "PA",
  territory: "PHL",
  zipcode: "19382"
)

Link

home-address-street-link


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"
)

Props

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