Login to follow
FontAwesome6

FontAwesome6 (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 30 July 2024 by INETUM
FontAwesome6

FontAwesome6 (ODC)

Documentation
1.0.0

To display an Icon on a reactive web or mobile app page, simply drag and drop the FA6Icon block to the desired location, and set the following input parameters:

  • IconName - double-click to choose from a list of 2059 available icons (defaults to flag)
  • IconSize - select the icon size to display, from the available options 1x, 2x, 3x, 4x, 5x, 6x, 7x, 8x, 9x, 10x, lg, sm, xl, xs, xxl, xxs (defaults to 1x)
  • IconRotate - rotation to apply to the icon, from the available options 90, 180, 270 degrees (defaults to NullIdentifier(), aka no rotation)
  • IconFlip - flip mode for the displayed icon, from the available options horizontal, vertical, both (defaults to Nullidentifier(), aka no flip)
  • IconAnimation - animation to apply to the displayed icon, from the available options Beat, BeatFade, Bounce, Fade, Flip, Pulse, Shake, Spin, SpinPulse, SpinReverse (defaults to NullIdentifier(), aka no animation)
  • Monospaced - indicates if the block should always have the same width, regardeless of the chosen icon (defaults to True)
  • ExtendedClass - aditional CSS classes to apply to the displayed icon


To display a stacked Icon on a reactive web or mobile app page, simply drag and drop the FA6StackedIcon block to the desired location, and set the following input parameters:

  • OuterIconName - double-click to choose from a list of 2059 available icons (defaults to ban)
  • OuterIconExtendedClass - aditional CSS classes to apply to the outer displayed icon
  • InnerIconName - double-click to choose from a list of 2059 available icons (defaults to ban)
  • InnerIconExtendedClass - aditional CSS classes to apply to the inner displayed icon
  • IconSize - select the icon size to display, from the available options 1x, 2x, 3x, 4x, 5x, 6x, 7x, 8x, 9x, 10x, lg, sm, xl, xs, xxl, xxs (defaults to 1x)
  • IconRotate - rotation to apply to the icon, from the available options 90, 180, 270 degrees (defaults to NullIdentifier(), aka no rotation)
  • IconFlip - flip mode for the displayed icon, from the available options horizontal, vertical, both (defaults to Nullidentifier(), aka no flip)
  • IconAnimation - animation to apply to the displayed icon, from the available options Beat, BeatFade, Bounce, Fade, Flip, Pulse, Shake, Spin, SpinPulse, SpinReverse (defaults to NullIdentifier(), aka no animation)