Skip to content

Commit

Permalink
Add rails none emphasis example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomm1128 committed Dec 12, 2024
1 parent f62d749 commit 05d7f1d
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,20 @@
state: "PA",
zipcode: "19382",
territory: "PHL",
}) %>
}) %>

<br>
<br>

<%= pb_rails("home_address_street", props: {
address: "70 Prospect Ave",
address_cont: "Apt M18",
city: "West Chester",
emphasis: "none",
home_id: 8250263,
home_url: "https://powerhrg.com/",
house_style: "Colonial",
state: "PA",
zipcode: "19382",
territory: "PHL",
}) %>

0 comments on commit 05d7f1d

Please sign in to comment.