API Reference surface_font_awesome v0.1.0

Modules

This library provides components that implement FontAwsome 5 functionality. Currently supported are

Properties

  • size :string, values: ["xs", "sm", "lg", "2x", "3x", "4x", "5x", "6x", "7x", "8x", "9x", "10x"] - The size of the icon.
  • transform :string - Transformations of the icon. Use rotate-#, grow-#, shrink-#, right-#, left-#, up-#, down-# in any combination. Rotations are in degrees, placement and scaling are in 1/16th em .
  • style :string, default: "" - Styles for the component.
  • class :css_class - CSS classes for the component.
  • position :string, values: ["bottom-left", "bottom-right", "top-left", "top-right"]

A component that displays an icon compatible with the FontAwesome icons

A wrapping component support the layering of icons.

Properties

  • size :string, values: ["xs", "sm", "lg", "2x", "3x", "4x", "5x", "6x", "7x", "8x", "9x", "10x"] - The size of the icon.
  • transform :string - Transformations of the icon. Use rotate-#, grow-#, shrink-#, right-#, left-#, up-#, down-# in any combination. Rotations are in degrees, placement and scaling are in 1/16th em .
  • style :string, default: "" - Styles for the component.
  • class :css_class - CSS classes for the component.