Skip to content

Commit

Permalink
Talk a little about building awesome stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaree committed Oct 30, 2024
1 parent ae696f9 commit 430969a
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ or be selective:

**5.** Setup Pro or Free Font Awesome to use our Icon Component.

*Free Users: currently only [Free Regular](https://fontawesome.com/search?o=r&m=free&s=regular) icons are supported in our icon component structure*
*Free Users: currently only [Free Regular](https://fontawesome.com/search?o=r&m=free&s=regular) icons are supported in our icon component structure.*

Pro:

Expand Down Expand Up @@ -98,4 +98,10 @@ Free:
bundle install
```

**7.** **Go build awesome stuff!**
**7.** **Go build awesome stuff!**

Refer to our [Icon kit](/kits/icon) to get started with Font Awesome icons in Playbook.

```rb
<%= pb_rails("icon", props: { icon: "font-awesome", fixed_width: true }) %>
```

0 comments on commit 430969a

Please sign in to comment.