View Source FontAwesome.Surface.Icon (ex_fontawesome v0.7.2)

A Surface component for rendering Font Awesome icons.

examples

Examples

<FontAwesome.Surface.Icon name="address-book" type="regular" class="h-4 w-4" />

properties

Properties

  • name :string, required: true - The name of the icon
  • type :string - The type of the icon

Required if default type is not configured.

  • class :css_class - The class of the icon
  • opts :keyword, default: [] - All options are forwarded to the underlying SVG tag as HTML attributes

Link to this section Summary

Link to this section Functions

Callback implementation for Surface.Component.render/1.