Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tutorial:dev:how_to_register_icon [2019/02/04 09:59]
tomiskar created
tutorial:dev:how_to_register_icon [2019/02/04 11:08] (current)
tomiskar
Line 45: Line 45:
  
 We are using [[https://fontawesome.com/how-to-use/on-the-web/using-with/react|font awesome]] icon library for icon implementation, which is already configured in core. We are using [[https://fontawesome.com/how-to-use/on-the-web/using-with/react|font awesome]] icon library for icon implementation, which is already configured in core.
 +
 +Icon can be combined using [[https://fontawesome.com/how-to-use/on-the-web/styling/layering|layers]].
  
 ===== 02 Register icon component ===== ===== 02 Register icon component =====
Line 81: Line 83:
 ... ...
 </code> </code>
 +
 +{{:tutorial:dev:icon-my-roles.png|}}
  
 ===== Advanced ===== ===== Advanced =====
  • by tomiskar