Skip to content

Commit

Permalink
Add none example and explanation to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomm1128 committed Dec 12, 2024
1 parent 6007673 commit eee2a15
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ const HomeAddressStreetEmphasis = (props) => {
zipcode="19382"
{...props}
/>
<br />
<br />
<HomeAddressStreet
address="70 Prospect Ave"
addressCont="Apt M18"
city="West Chester"
emphasis="none"
homeId="8250263"
homeUrl="https://powerhrg.com/"
houseStyle="Colonial"
state="PA"
territory="PHL"
zipcode="19382"
{...props}
/>
</div>
)
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Emphasis on street happens by default. (no prop needed)
Emphasis on "city" makes the city emphasized, rather than the street.
Emphasis on "city" makes the city emphasized, rather than the street.
Adding "none" prop to kit will provide no emphasis.

0 comments on commit eee2a15

Please sign in to comment.