From 430969a494672f9dc6d491471f28b14f432943a8 Mon Sep 17 00:00:00 2001 From: Gary Kang Date: Wed, 30 Oct 2024 14:41:53 -0400 Subject: [PATCH] Talk a little about building awesome stuff --- .../app/views/guides/getting_started/font_awesome.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/playbook-website/app/views/guides/getting_started/font_awesome.md b/playbook-website/app/views/guides/getting_started/font_awesome.md index dbca81e0a4..63a5ca7f6f 100644 --- a/playbook-website/app/views/guides/getting_started/font_awesome.md +++ b/playbook-website/app/views/guides/getting_started/font_awesome.md @@ -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: @@ -98,4 +98,10 @@ Free: bundle install ``` -**7.** **Go build awesome stuff!** \ No newline at end of file +**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 }) %> +``` \ No newline at end of file