Last active
April 4, 2022 17:09
-
-
Save Dzoukr/7c30c0117a4caf92bc074eadd9bd7cdb to your computer and use it in GitHub Desktop.
Feliz.Bulma button (minimal example)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dependencies": { | |
"@fortawesome/fontawesome-free": "^5.10.2" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "~@fortawesome/fontawesome-free/css/all.min.css"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bulma.button [ | |
button.isPrimary | |
prop.children [ | |
Html.i [ prop.className "fas fa-user"; prop.style [ style.marginRight 5 ] ] | |
Html.text "Hello Feliz.Bulma" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And similar using Fable.FontAwesome