mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 15:22:53 +01:00
Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
28
library/modules/font-awesome-solid/README.md
Normal file
28
library/modules/font-awesome-solid/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: Font Awesome Solid
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
# Font Awesome Solid
|
||||
|
||||
[](https://github.com/noodlapp/modules/tree/main/modules/font-awesome-solid)
|
||||
|
||||
This module contains all the Font Awesome brand icons. Add it to your project and you will have access to it in all core nodes that support icons. Most notably the [Icon](/nodes/basic-elements/icon) node.
|
||||
|
||||
You can find a list of all the icons here: https://fontawesome.com/search?o=r&m=free&s=solid&f=solid%2Cclassic
|
||||
|
||||
<div className="ndl-image-with-background xl">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
Using this via code, works like this:
|
||||
|
||||
```js
|
||||
Outputs.iconObject = {
|
||||
class: "fa-solid",
|
||||
code: Inputs.iconCode,
|
||||
codeAsClass: true
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user