The Wayback Machine - https://web.archive.org/web/20200714100713/https://github.com/topics/fontawesome
Skip to content
#

fontawesome

Here are 508 public repositories matching this topic...

Floriferous
Floriferous commented Apr 16, 2020

The transform prop is documented as accepting both a string or an object. However, it seems that they are not the same. The following 2 examples do not behave the same way when applied to the FontAwesomeIcon component:

// Both are applied
transform="shrink-2 rotate-45"

// Only rotate is applied
transform={{ shrink: 2, rotate: 45 }}

It is especially confusing as they are d

christiancueto
christiancueto commented Nov 1, 2019

Question
Now that the global icon library has been deprecated in 0.5.0, is there a recommended way as to how to set up an icon library in storybook?

Storybook stories have no module/Angular constructor.

I was previously doing something like th

MartinP7r
MartinP7r commented Sep 16, 2018

When I set a navigation bar like below, the icon gets cut off.

let settingsBarButton = UIBarButtonItem()
settingsBarButton.setIcon(icon: .emoji(.gear), iconSize: 30)
navigationItem.rightBarButtonItems = [settingsBarButton]

image

Not sure what's wrong since the example in

blakestone95
blakestone95 commented Jan 17, 2019

A team member switched us to this library from material-design-icons, but it messed up a bunch of our styling. After perusing the source code, I have a suggestion: remove the style attributes used in Icon and SvgIcon and instead use a CSS class (perhaps className="react-icons-kit") with some CSS to apply the inline-block and vertical-align rules. My reasoning is that this will make i

yehosef
yehosef commented Dec 7, 2017

Example of requiring and using font-awesome middleware to create compile function to utilize in other frameworks

I'm sorry if this is a noob question - I'm a noob in this realm. I'm new to stylus and font-awesome. I'm playing around with https://github.com/vuejs/vue-hackernews-2.0 and it uses stylus in the components.

I'm not clear how to use this in a project. Here are some of my questi

Improve this page

Add a description, image, and links to the fontawesome topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fontawesome topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.